vix.ing · top · new · best · stats · spec

Complete Scanning Application Using OpenCv

2021/07/08 by Ayushe Gangal, Gangal, Ayushe, Peeyush Kumar +3 · 1 citation
Engineering · #Artificial Intelligence (cs.AI) #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #Industrial Vision Systems and Defect Detection

paper · pdf · doi:10.48550/arxiv.2107.03700

openalex publication_date 2021/07/08 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

In the following paper, we have combined the various basic functionalities provided by the NumPy library and OpenCv library, which is an open source for Computer Vision applications, like conversion of colored images to grayscale, calculating threshold, finding contours and using those contour points to take perspective transform of the image inputted by the user, using Python version 3.7. Additional features include cropping, rotating and saving as well. All these functions and features, when implemented step by step, results in a complete scanning application. The applied procedure involves the following steps: Finding contours, applying Perspective transform and brightening the image, Adaptive Thresholding and applying filters for noise cancellation, and Rotation features and perspective transform for a special cropping algorithm. The described technique is implemented on various samples.

Cited by

Related