+ 1
How can I use Python for Image file processing ? Example (color identifying or shape identifying).
3 Respostas
+ 8
You could use scipy or scikit-learn modules for image processing or openCV for real-time image recognition.
+ 5
Check out the documentation:
http://scikit-image.org
and an interesting example:
https://tonysyu.github.io/ipython-jupyter-widgets-an-image-convolution-demo.html#.WXrRoBkwjqA
0
I would be grateful if there links showing examples.