Canny边缘检测器的成功或失败

时间:2018-07-12 21:19:05

标签: scikit-image edge-detection canny-operator

使用Canny边缘检测并进行高斯模糊处理 detects an edge following this tutorial。但是,这里的问题是如何找出它是否真的能够自动找到边缘?与 longest boundary detection after Canny Edge有关系吗?还是简单地寻找填充为0的整个矩阵?

1 个答案:

答案 0 :(得分:1)

在本教程中,对参数进行了调整以消除杂散边缘。

如果您只想知道哪些像素是边缘,则“就像寻找填充有0的整个矩阵一样简单”。如果需要按顺序使用它们,请使用以下跟踪算法:http://www.imageprocessingplace.com/downloads_V3/root_downloads/tutorials/contour_tracing_Abeer_George_Ghuneim/alg.html