30

Does anyone know some good easy to learn openCV c/c++ tutorial you can recommend? I tried Google, but I wasn't very satisfied with results.

karlphillip
  • 92,053
  • 36
  • 243
  • 426
prper
  • 353
  • 1
  • 3
  • 4

4 Answers4

28

OpenCV has recently provided a list of books they recommend.

Other interesting materials:

Saurabh
  • 71,488
  • 40
  • 181
  • 244
karlphillip
  • 92,053
  • 36
  • 243
  • 426
  • You must know that OpenCV provides an API for C programmers and another with the same features for C++. It's your choice. – karlphillip Apr 15 '11 at 17:05
  • 1
    The book covers version 1.X, in version 2.X there are some changes in the API. – fabrizioM Apr 15 '11 at 20:37
  • The book also presents some theory snippets, useful for a deeper understanding about what the procedures are doing under the covers. – TH. Apr 17 '11 at 13:12
  • 1
    A [2nd edition of "Learning OpenCV"](http://shop.oreilly.com/product/0636920022497.do) is coming and it will contain stuff about OpenCV 2.x, which (I find) is much better structured and a lot easier to handle. – Fei Oct 22 '12 at 10:56
2

This is a very simple tutorial with all necessary knowledge of libraries and data structures. http://opencv.itseez.com/doc/tutorials/tutorials.html

moCap
  • 969
  • 1
  • 14
  • 31
  • Nothing there. Could you please update the link? – Mohsen Jun 11 '18 at 01:25
  • Itseez no longer exists, not even a zombie web site. They were bought by Intel. https://newsroom.intel.com/editorials/intel-acquires-computer-vision-for-iot-automotive/ – DarenW Apr 20 '19 at 16:54
1

Nashruddin's OpenCV tutorials such as eye tracking and beginner tutorials. http://nashruddin.com/tag/opencv

OpenCV tutorials such as object detection, face recognition and cross-compiling. http://www.computer-vision-software.com/blog/

EyalG
  • 1,193
  • 3
  • 10
  • 11
0

I like the tutorials on aishack

John
  • 530
  • 5
  • 19