An OpenCV based document scanner
Find a file
2016-08-20 13:32:52 +05:30
.gitignore Initial commit 2016-01-10 06:42:14 +05:30
README.md update README 2016-07-16 07:25:26 +05:30
rect.py fixed tab/space/whitespace 2016-08-20 13:32:52 +05:30
scanner.py fixed tab/space/whitespace 2016-08-20 13:32:52 +05:30
test_s1.jpg added test image 2016-01-10 06:44:51 +05:30

document-scanner

A document scanner built using OpenCV + Python. I highly recommend to see my blog post for better understanding: http://vipulsharma20.blogspot.on

My sincere thanks to the article and the author here: http://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/ which has some really good set of articles on OpenCV and way more informative.

  • Original Image Alt

  • Grayscaled Image Alt

  • Gaussian Blur Alt

  • Edge Detection (Canny Edge Detection) Alt

  • Contour Detection Alt

  • Approximated Contour Alt

  • Perspective Transform Alt