搜索资源列表
Lrearnning-OpenCv--Code
- 学习OpenCV书中的所有示例代码,对学习OpenCV有很大的参考意义!-Learning OpenCV sample code for all the book
OpenCV-study
- opencv学习资料,包括很多示例程序,例如:图像反转,直方图,边缘检测-opencv learning materials, including many sample programs
camshiftdemo
- 一种简单的camshift算法示例,注释详尽,便于观看学习-A simple algorithm camshift example, detailed notes, easy viewing learning
QtOpenCVWidgets
- 使用Qt c++库进行OpenCV开发时的一些库函数,并且有这些库函数使用说明和示例程序可以进行学习和研究。-Use Qt c++ library OpenCV library functions during development, and use of these library functions and example programs can learn and study.
faceDetection
- 基于OpenCV 2.4.3写的人脸检测DLL,可用在Matlab里调用。可用于人脸检测及VC Matlab OpenCV混合编程学习入门。Matlab中调用示例参考Release文件夹下的runtest.m -Based on OpenCV 2.4.3 face detection DLL, can be used to call in Matlab. A Start Example for face detection and VC Matlab OpenCV mixed program
k-mean-usage
- k均值的用法示例,它的数据生成部分可用于其它机器学习程序-A example of k mean usage
GaussianBackground
- 高斯混合背景模型的一个简单示例,采用的是opencv2.4.8以上版本,简单易懂,适合新手学习-Gauss mixed background model of a simple example, the use of more than opencv2.4.8 version, easy to understand, suitable for beginners to learn
java
- opencv示例代码,很好的例子可以学习学习,希望大家能够很好的学习opencv(use the high-level stitching API for stitching provided by - @ref cv::Stitcher - learn how to use preconfigured Stitcher configurations to stitch images using different camera models.)
《学习opencv3.0》配套源码
- 《学习opencv》是一本实用性极强的关于计算机视觉图像处理的工具书,书中所有代码示例的源码都在此有。