matlab求导代码-edge-detection-computer-vision:边缘检测计算机视觉

时间:2024-06-13 03:15:23
【文件属性】:

文件名称:matlab求导代码-edge-detection-computer-vision:边缘检测计算机视觉

文件大小:401KB

文件格式:ZIP

更新时间:2024-06-13 03:15:23

系统开源

matlab求导代码#边缘检测 Matlab代码: I = imread( ' circuit.tif ' ); J = edge(I); figure; imshow(I); firstDev = edge(J, ' prewitt ' ); figure; imshow(firstDev); secondDev = edge(J, ' log ' ); figure; imshow(secondDev); cannyAlg = edge(J, ' canny ' ); figure; imshow(cannyAlg); 原始照片 一阶导数的边缘检测: 使用二阶导数的边缘检测: 使用Canny算法的边缘检测: 我认为使用Canny算法进行边缘检测可以为我们提供更好的结果


【文件预览】:
edge-detection-computer-vision-master
----canny.png(32KB)
----.gitattributes(66B)
----computer vision assign. edge detect..docx(250KB)
----1stDerivative.png(28KB)
----2ndDerivative.png(32KB)
----README.md(592B)
----edgeDetection.m(227B)
----original.png(141KB)

网友评论