开发者

Computer vision, Point Pattern Matching

开发者 https://www.devze.com 2023-03-31 07:34 出处:网络
In Opencv, I know that matching can be done by computing the descriptors from some fea开发者_JAVA百科ture detector. But what about when input is only X,Y and radius coordinates of a circle..

In Opencv, I know that matching can be done by computing the descriptors from some fea开发者_JAVA百科ture detector. But what about when input is only X,Y and radius coordinates of a circle.. Get anybody point me a direction?


I would say Hough Transforms is your best bet and there is the cvHoughCircles method for that.

0

精彩评论

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