stMind

about Tech, Computer vision and Machine learning

pythonの画像処理ライブラリscikit-image

scikit-image: Image processing in Python — scikit-image

pythonで画像処理をするライブラリscikit-imageをインストールしてみた。
インストールは

$ pip install -U scikit-image

もしくは

$ easy_install -U scikit-image

-Uはアップグレードオプション。

OpenCVほど出来ることは多くないですが、ギャラリーに色々な画像処理結果サンプルがあるので、手持ちの画像で簡単にどのような出力が得られるのかを確認するのに使うのがいいのではないかと思います。
HoGのサンプルを試したのがこちら。

f:id:satojkovic:20140211224905p:plain