计算机视觉、点模式匹配
在 Opencv 中,我知道可以通过计算某些特征检测器的描述符来完成匹配。但是当输入只有 X、Y 和圆的半径坐标时该怎么办? 有人给我指明方向吗?
In Opencv, I know that matching can be done by computing the descriptors from some feature detector. But what about when input is only X,Y and radius coordinates of a circle..
Get anybody point me a direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想说霍夫变换是你最好的选择,并且有 cvHoughCircles 方法。
I would say Hough Transforms is your best bet and there is the cvHoughCircles method for that.