You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android example of document scanning with OpenCV featuring edge detection, perspective correction, and image enhancement. Demonstrates implementation of camera preview, image processing, and OCR integration for document scanner applications.
Automatically extract documents from images and perspectively correct them with classic computer-vision algorithms. In maintenance mode. Check out its successor at:
This is a projective geometry project aiming to correct perspective distortions in images after a user identifies pairs of horizontal and vertical lines.
An OpenCV project that automatically detects a document in an image and finds its corners for perspective correction. This notebook demonstrates a practical computer vision pipeline using morphological operations, Canny edge detection, and contour analysis to prepare for a "bird's-eye view" transformation.