搜索资源列表
emgu-cv-2.3.0
- Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. The wrapper can be compiled in Mono and run on Linux
motion-tracking-system-
- 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
cpp
- 运动目标检测与跟踪的程序,OpenCV2.3.1下开发,VC2010环境,运行良好-motion detection and tracking building in VC2010 with OpenCV2.3.1, good work
ha
- 用opencv2.3.1和vc++2010编写的harris角点检测算法,内含包括边缘检测在内的全部中间过程-It is a harris conner detection calculate algorithm which using opencv2.3.1 and vc++2010 software writting.Including all inner course such as edge detection calculate algorithm
opencv2.3.1vs2010-de-pei-zhi
- opencv在VC上的配置问题,一次可以配置成功,终生不用重配!-The configuration problem on VC opencv, time can be configured successfully, and no need for reconfiguration!
wz10
- vc++2010+opencv2.4.3图像显示-vc++2010+opencv2.4.3 image display
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