Computer vision. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

29th Nov 2017, 9:22 AM
Kevin Asaria
Kevin Asaria - avatar
3 Answers
+ 6
That's a good library with rich documentation and multi-language support, you can dig into it: https://www.opencv.org
29th Nov 2017, 9:31 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
The best way to get good at computer vision is to start working on small programming assignment with images.
29th Nov 2017, 9:32 AM
stKhaDgar
stKhaDgar - avatar
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.
29th Nov 2017, 11:03 AM
Vijay
Vijay - avatar