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
Looking for OpenCV tutorial
提问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:
其他有趣的材料:
There's a great introduction to OpenCV at Gady Agam's introduction to OpenCV.
Noah Kuntz OpenCV tutorialsare 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 hereto get started.
Gady Agam 的OpenCV 介绍中有对 OpenCV 的精彩介绍。
Noah Kuntz OpenCV 教程还可以。它涵盖了图像处理、数据类型、图像处理、相机内容和其他几个主题。
还有官方的OpenCV 教程,由 OpenCV 人员自己提供。
你也可以在这里找到一些好的 Opencv C++ 示例来开始。
回答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/