打开CV非基本形状检测

时间:2016-01-26 04:36:29

标签: c# opencv emgucv

我使用Open CV包装器Emgu CV来查找尝试并找到非基本形状的目标(见下图)。我尝试使用HoughCircle检测来找到这些形状,但它并没有完全检测到它(见下图)。有没有更好的方法来检测这些形状?

target

1 个答案:

答案 0 :(得分:1)

我不知道你对什么感兴趣,但你可以尝试寻找轮廓而不是形状。

在此处查看示例: http://docs.opencv.org/2.4/doc/tutorials/imgproc/shapedescriptors/find_contours/find_contours.html

使用轮廓层次结构进行一些操作也很有用: http://docs.opencv.org/master/d9/d8b/tutorial_py_contours_hierarchy.html#gsc.tab=0