Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 744 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 744 Bytes

Document-Scanner

An OpenCV and Python based document scanner.

Usage

python scan.py -i <path-to-image> The scanned image will be displayed and saved in ./images folder.

Example

Original Image

Original Image

Edged Image using Gaussian Blur and Canny Edge Detection

Edged Image using Gaussian Blur and Canny Edge Detection

Outlined Image

Outlined Image

Perspective Transformation

Perspective Transformation

Scanned Image

Scanned Image

Refrences

pyimagesearch