Skip to content

tezzytezzy/image-batch-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published