0
Computer vision.
I real want to learn about computer vision, in its low level especially , please if u know any open source material that i can use I will really be grateful.
3 Answers
+ 6
That's a good library with rich documentation and multi-language support, you can dig into it:
https://www.opencv.org
0
The best way to get good at computer vision is to start working on small programming assignment with images.
0
As kuba said, use opencv library. The documentation contains sample codes. Try small codes such as image reading, conversion to another format, basic functionality like canny edge detection, capture & store the image from webcam, histogram equalisation, distance transformation etc. If you face any difficulty, ask question on opencv qa.