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.
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.