A professional-grade Document Scanner built using OpenCV in C++. This project takes an input image (uploaded from storage, in future will be updating with webcam), detects the document boundaries, performs a perspective transform, and returns a top-down, high-contrast scanned version — just like a real scanner.
-
Key Concepts Used: Edge Detection (Canny) Contour Detection Perspective Warping Adaptive Thresholding
-
Technologies Used C++ OpenCV Computer Vision Algorithms (Canny, Contours, Warping, Thresholding)
I am currently working on it to add some unique feature and to improve overall experience.
This is not completed yet.
- Rohit Chavan