mattak / python-imgutil

python command line image utility powered by opencv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-imgutil

python image utility commands powered by opencv.

install

install opencv

brew install opencv

add python module

export PYTHONPATH="/usr/local/lib/python2.7/site-packages:$PYTHONPATH"

add $HOME/bin/

sh install.sh

usage

imshow

just show images. press any key to quit.

./imshow sample.png
./imshow *.png

About

python command line image utility powered by opencv


Languages

Language:Python 100.0%