搜索资源列表
Detecting-of-vehicle-opencv
- 车辆检测源码 运动目标检测 OpenCV C-Detecting of vehicle OpenCV
VideoProj
- OpenCV 人脸识别示例,请将源码拷贝至E盘(具体路径,参见编译后提示) 请使用Debug模式编译-OpenCV Face Recognition sample, please copy the source code to the E site (the specific path, see the compiled tips), please use the Debug mode compilation
KALMANPARTICLE
- 基于 Kalman Filter和 Particle Filter的 目标跟踪 脸部跟踪 object tracking c++程序 源码。 -C++ face tracking program code base on Kalman Filter and Particle Filter
RGBtoHSI
- opencv RGBtoHSI C++控制台源码-opencv RGBtoHSI C++ console source
jiyuOpenCVderentiyundongjiancexitong
- 用OpenCV实现的人体运动检测系统C++源码-Using OpenCV implementation of human motion detection system, C++ source code
eye-dection
- 人眼检测,含有源码,opencv运行,用C++完成-eye detection
PCA-based-on-OpenCV-and-cPP-
- 一篇用于理解PCA主成分分析的文章,该文章用基于Opencv和C++的源码对PCA进行说明。-One used to understand the PCA principal component analysis of the article, the article described the PCA-based the Opencv and C++ source.
LearningOpenCV_Code
- 《学习opencv》这本书的相应章节的源码,由于是1.0的版本,里面的代码都不是用C++实现的,而是用的类。只能作为入门,与类有关的还是还是上网看一些新鲜的吧~-Learning opencv " source of the corresponding chapter of this book, because it is version 1.0, code inside is not C++ achieve, but with class. Only as an entry with
OpenCV-2-Computer-Vision-Application
- OpenCV 2 Computer Vision Application Programming Cookbook 的源码,采用C++风格,非常适合学习2.0以后的openCV 版本。-OpenCV 2 Computer Vision Application Programming Cookbook source, using C++ style, very suitable for learning 2.0 later OpenCV version.
opencvtest
- c语言opencv图像显示 C源码 加载一副图像-opencv image dispaly
cvWatershed
- 分水岭opencv中的源码,用c++语言编写,通俗易懂-Source, with c++ language in the watershed opencv written, easy to understand
Object-Tracking-Using-Colour
- 根据颜色来跟踪的一段C++源码,可实现简单的目标跟踪,且打印跟踪轨迹。-According to some C++ color tracking source, simple tracking, and print tracking trajectory.
lizilvbogenzong
- 利用粒子滤波实现运动目标跟踪的c++源码,效果比较好-Particle filter tracking moving objects c++ source, the effect is better
opencv2.4.9-cpp_samples
- opencv2.4.9中C++的样例源码-the source c++ code in opencv2.4.9
k
- 主要是K-Means算法的实现,可以直接执行,其中图片的载入用到opencv,其他均为C++源码。-Mainly K- Means algorithm implementation, which can be d directly, the images load use opencv, other are c++ source code.
Regression
- 实现逻辑回归的c++源码,功能完善,封装完好,能直接运行-Code of logistic regression
KCF目标跟踪C++代码
- 目标跟踪,基于opencv的kcf目标跟踪源码(Target tracking, opencv based KCF target tracking source)
detectMultiScale
- 基于openCV的人脸检测实现,分类器在源码中(opencv\sources\data\haarcascades)(Face detection Demo based on openCV)
emgucv人脸识别源码
- 基于C#的人脸检测系统,供学习参考!!!(Face detection system based on C#, for learning reference!!!)
OpenCV 飞行游戏手势控制源码
- 通过手势进行游戏控制的代码,采用C++代码和opencv编写。