OpenCV - CirclesGridFinder 文档

发布于 2024-11-29 21:23:22 字数 123 浏览 6 评论 0原文

我正在尝试使用不对称圆形网格执行相机校准。 一般来说,我找不到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云胡 2024-12-06 21:23:22

在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文