C++ 寻找 OpenCV 教程

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5679909/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-28 18:39:42  来源:igfitidea点击:

Looking for OpenCV tutorial

c++copencvimage-processingcomputer-vision

提问by prper

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 c/c++教程?我试过谷歌,但我对结果不是很满意。

采纳答案by karlphillip

OpenCV has recently provided a list of books they recommend.

OpenCV 最近提供了一份他们推荐的书籍清单

Other interesting materials:

其他有趣的材料:

回答by moCap

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

这是一个非常简单的教程,包含所有必要的库和数据结构知识。 http://opencv.itseez.com/doc/tutorials/tutorials.html

回答by EyalG

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

Nashruddin 的 OpenCV 教程,例如眼动追踪和初学者教程。 http://nashruddin.com/tag/opencv

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

OpenCV 教程,如对象检测、人脸识别和交叉编译。 http://www.computer-vision-software.com/blog/

回答by John

I like the tutorials on aishack

我喜欢aishack上的教程