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.
我想扫描一些文档,并且想知道页面何时在相机的“框架中”。我的意思是从相机到页面文档的最佳距离(但不剪切任何文档)。我想循环运行检测程序,以便用户在扫描前校准每个文档的相机距离。
我怎样才能做到这一点?
您可以在图像上应用 OpenCV findContour 来检测文档边缘。为此,您需要确定区分背景和文档的适当阈值。
然后使用轮廓信息,您可以判断文档是否触及图像的限制。