开发者

Edge linking in c#

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜