Open SW project (Computer Vision): Automatic document scanner (Spring, 2019)
Automatic document scanning |
Suhyeon Yoo Junior of Ewha Computer Engineering
|
Abstract
This final project solves projective distortions: 1) general (easy) case, 2) case where height < width, 3) case where some corners are missing, 4) case where there exist background clutters, 5) case where documents are partially occluded. 6) case with severe perspective distortion. The main function used is Canny edge Detector + Hough Transformation + Find Contour + Convex Hull. Hough transformation with Convex hull process solves key problems about filling the missing edge in the result of Canny edge detection.
1. Introduction
The given final project goal was to correct projective distortions when capturing an image. The ideal goal is to make an Android app like Adobe Scanner that right after people take pictures using smartphone, It automatically changes to pdf. However, this process was too complex since it needs knowledge of Android and Java programming and UI development. Therefore, we assumed that taking pictures, distortion correction, and converting pdf is all done in the PC.
Comments
Post a Comment