OpenCV - CirclesGridFinder 文档
我正在尝试使用不对称圆形网格执行相机校准。 一般来说,我找不到 CirclesGridFinder 的正确文档,特别是 findHoles() 函数的文档。
如果您能了解该函数如何工作以及其参数的含义,我将不胜感激。
I am trying to use perform camera calibration using Asymmetric circles grid.
I can't find proper documentation for CirclesGridFinder
in general, and in particular for findHoles()
function.
I would appreciate if you have information on how this function works and what is the meaning of its parameters.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 OpenCV 中,有 findCirclesGrid() 函数与您的描述相匹配。
也许此链接上的文档会对您有所帮助。
http://opencv.itseez.com/modules/calib3d/doc/camera_calibration_and_3d_reconstruction .html#findcirclesgrid
In OpenCV there is the findCirclesGrid() function that matches your description.
Maybe the documentation on this link will help you.
http://opencv.itseez.com/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#findcirclesgrid