Skip to content

TEXflip/cvtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvtool

Personal handy Computer Vision tools that I often need it

Installation

clone the repository and run pip install . inside the project directory, cvtool will be installed in the currently active python environment

Usage examples

# convert an image to png
python -m cvtool ./image.jpg --convert png

# convert all the image in the current directory
python -m cvtool . --convert bmp

# image rectification
python -m cvtool ./image.png --rectify

About

Personal handy Computer Vision tools

Topics

Resources

License

Stars

Watchers

Forks

Languages