0

I'm trying pattern recognition using OpenCV.

In this process, I'm taking a photograph of a paper. And it should crop the paper alone, eliminating the extra portion. Or at least, I've to draw the border to the page.

Is there any algorithm.? Please help :)

PS : I'm unable to upload a sample screenshot. Can anyone tell me how to do that.? So that the requirement would be clear enough. :)

4

1 回答 1

1

我不知道你尝试过什么,但是...

为了使用 OpenCV 裁剪图像,您可以按照此 SO 链接中的说明进行操作

为了检测一张纸并在正方形检测上尝试一下,您可以按照此 SO 链接

不知道我还能在这个问题中添加什么来帮助你,检测纸张,然后裁剪图像。显然,一旦您检测到纸张,您将需要获取它检测到的四个角,创建宽度和高度并将其放入您的裁剪功能中。

祝你好运

G。/

PS @William 是对的,如果您添加您尝试过的内容以及您的目标实现风格,这将很有帮助,它有助于为您和社区创建更准确的有用问题

拼写更正

于 2013-07-05T16:58:07.223 回答