开发者

Edge linking in c#

开发者 https://www.devze.com 2023-02-01 18:32 出处:网络
I have detected edges in gray image using canny operator. Now want to fit circle/ellipse in edges. I donot know is there any way in c# to cluster/ linking these 开发者_如何学运维edges so that I can fi

I have detected edges in gray image using canny operator. Now want to fit circle/ellipse in edges. I donot know is there any way in c# to cluster/ linking these 开发者_如何学运维edges so that I can find edge boundaries and properties as well known in mAtlab.

regards,


I might try the Hough transform; it's not fast, but fairly easy to implement and use. It could be used to detect lines, circles, ellipses, but can be generalized further if you have to. Here is an example of the Circular Hough Transform.

0

精彩评论

暂无评论...
验证码 换一张
取 消