Skip to content

Simple Console app for batch image binarization. Result saves at same directory as the source image

License

Notifications You must be signed in to change notification settings

mmatroskin/binarize_img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binarizing image tool

Console app for batch images conversion from color to B/W using OpenCV. Result saves at the source image directory

How to use

  • install dependencies pip install -r [path_to_app_dir]requirements.txt
  • run in terminal python [path_to_app_dir]main.py "[path_to_images_dir]"
  • PROFIT!

Notes

  • use path to image file as a key for certain file conversion
  • use -i key for run app in interactive mode
  • in interactive mode the app shows source image and result image. User have to press any key for continue
  • all existing result files will be overwrite
  • the app was made just for fun and wasn't tested

About

Simple Console app for batch image binarization. Result saves at same directory as the source image

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages