Skip to content

Files

Latest commit

1ae6362 · Aug 15, 2021

History

History
22 lines (18 loc) · 840 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 840 Bytes

Image Batch Processor

Objective

Node.js programming with implemetation of OpenCV, which is the vital tool in this project.

  • Apply Hough Transform to detect a document in an image via its edge detector
  • Crop the image to cut out white space surrounding the document
  • Identify its text orientation
  • Rotate the document, if necessary

Installation

(base) to@mx:~$ node -v
v14.15.4
(base) to@mx:~$ cmake --version
cmake version 3.9.5

References

The Digital Imaging and Vision Applications in Science (DIVAS) project
LearnOpenCV
MathWorks