Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都知道为什么cv::findChessboardCorners在所有超过百万像素(> 1 000 000 像素)的图像上都非常慢。
作为一种解决方法,我对图像进行下采样以适应这个界限,但我想知道它是否可以更“优雅”地解决。
谢谢
没有深入研究原因 - 我从头开始编写了一个更快的方形查找器。
circleGrid 提供了更好的结果并且速度更快,它使用新的 BlobDetector 接口。