Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for OpenCV tutorial [closed]

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.

like image 437
prper Avatar asked Apr 15 '11 16:04

prper


People also ask

Is it hard to learn OpenCV?

The truth is that learning OpenCV used to be quite challenging. The documentation was hard to navigate. The tutorials were hard to follow and incomplete. And even some of the books were a bit tedious to work through.

Is there an alternative to OpenCV?

We have compiled a list of solutions that reviewers voted as the best overall alternatives and competitors to OpenCV, including Microsoft Computer Vision API, Amazon Rekognition, Google Cloud Vision API, and scikit-image.


1 Answers

OpenCV has recently provided a list of books they recommend.

Other interesting materials:

  • There's a great introduction to OpenCV at Gady Agam's introduction to OpenCV.

  • Noah Kuntz OpenCV tutorials are OK. It covers image manipulation, data types, image processing, camera stuff and several other topics.

  • There's also the official OpenCV Tutorials, provided by the OpenCV folks themselves.

  • Also you can find some good Opencv C++ Examples here to get started.

like image 110
karlphillip Avatar answered Oct 07 '22 02:10

karlphillip