Build a Document Scanner
Follow step-by-step instructions to create a simple document scanner.
We'll cover the following...
In this lesson, we’ll use most of the OpenCV functions and techniques to create a document scanner. For that, we’ll need an image that contains a document. The document scanner will find the edges of the ...