本文介绍了检测图像中的圆形图案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个图片。在该图像中存在一些垂直线,并且在这些线中出现一些圆形/椭圆形或凸形图案。我想使用EmguCV / OpenCV检测这些圆形/椭圆形或凸形图案的位置。你的任何身体在这方面能帮助我吗?
这是我想要找到圆形/椭圆形模式的图片:
>解决方案
您可以使用Hough transform API寻找圈子。
I have a image. In this image there are some vertical lines and in these lines there appear some circular/elliptical or convex patterns. I want to detect the position of these circular/elliptical or convex patterns using EmguCV / OpenCV. Can any body of you help me in this regard?
This is the image in which i want to find the circular/elliptical patterns:
waiting for your help.
解决方案
You can use Hough transform API for finding circles.
http://homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/OWENS/LECT6/node3.html
这篇关于检测图像中的圆形图案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!