Computer vision, Point Pattern Matching
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.
精彩评论