Skip to content

aimbot6120/simpleScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleScanner

A simple scanner written in C++ to detect documents

Usage

Building

This project requires opencv. Installation link
I have added a build for now

g++-9 -std=c++17 main.cpp `pkg-config --libs --cflags opencv4` -o result -O3

Running

./result [image_path] [result_path {optional}(default: "result.png")]

Example

Test image
Test image

Result image
Result image

What's next?

Better argparser
Batch processing
Crop preview
Proper build instructions

About

A simple scanner to detect documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages