曲线检测我要分享

Curve detection

matlab 检测 曲线

关注次数: 172

下载次数: 0

文件大小: 1.56 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:应用背景我做的是图像处理中的线匹配,但是在匹配之前你需要将图像中的曲线提取出来,这段代码就是实现如何从图像中提取出曲线关键技术 边缘检测、canny算子、曲率计算、滤波过滤、for循环、matlab语言、matlab函数、保存线、保存线端点


English Description:

Application backgroundWhat I do is line matching in image processing, but you need to extract the curve in the image before you can match it. This code is to realize how to extract the image from the image.Key TechnologyEdge detection, Canny operator, curvature calculation, filtering, for, MATLAB, language, matlab function, save the line and save the line end


代码预览