搜索资源列表
OpenCV_on_MFC
- OpenCV在MFC的运动检测,包括在图片控件显示实时视频,及检测视频。-OpenCV in the MFC motion detection, including the Photo Control showed real-time video, and video detection.
move_detection
- 基于OpenCv编写的运动检测,VC6平台,利用usb摄像头可以看效果。-OPEN prepared based Motion Detection, VC6 platform, using usb camera can see results.
GMM
- 本混合高斯模型是基于opencv的,利用了系统自带的检测函数,检测效果较好.欢迎切磋!
OPENCV_GMM
- 基于OPENCV的GMM算法,通过时间推移建立视频图像的高斯混合背景模型,并可有效检测其中的运动目标。
facedetect
- VC与opencv环境下实现人脸角点检测与运动跟踪,效果蛮不错的
Opencv_shipincaiji
- 一个不错的基于Opencv与VC环境的视频采集图像滤波与角点检测运动跟踪的vc程序.可以实现opencv图像滤波,opencv人脸角点检测,opencv运动跟踪程序,在该程序界面上可进行以上每个功能测试.
tuxiang
- 对视频中运动目标的检测,调用了opencv的函数
运动目标检测
- 采用OPENCV平台,运动目标检测!
MovingDetection
- 用Opencv实现的一个运动检测的程序。通过摄像头捕捉,把捕捉到的图像分为前景和背景,从而检测出运动图像。-Achieved with Opencv a motion detection process. Captured by the camera, the captured image are separated into foreground and background, to detect the moving image.
55593375motionCarDetect1
- 基于Opencv的能够实现背景检测的程序,运行结果正确,对于学习目标检测的同学有帮助。-What can be achieved based on Opencv background detection process, the results correctly, test the students learning objectives help.
video-files-and-motion-detection
- 读视频文件和运动问题检测,opencv实现,可用性强。-Read video files and motion detection, opencv realize, usability is strong.
1.0
- 用opencv语言编写的基于距离极值的角点检测代码。-Using opencv language based on the distance of extreme corner detection code.
CAMSHIFT
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。 该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。在运行之前,请先连接好USB接口的摄像头。然后可以用鼠标选定欲跟踪目标。已经调通了。-CAMSHIFT algorithm using rapid detection and tracking moving targets C/C+
MotionTry
- 基于opencv,实现对视频中的运动物体的检测-Based on opencv, to achieve the detection of moving objects in video
facedetect
- VC6.0,OpenCV实现人脸特征检测 1.实时人脸检测,通过摄像头获取人脸视频流,从中检测头部和眼部位置。这部分鲁棒性较好,光照影响较小2. 在一定程度上能够进行人脸识别,但是识别率不高。 -VC6.0, OpenCV facial feature detection to achieve a real-time face detection, face to get the video stream through the camera, which detects the posit
FaceDetection_OpenCV
- OpenCV实现视频读写与人脸检测,重点实现了人脸识别与检测-OpenCV, Video Write,Face detection
FaceDetect
- 利用opencv进行人脸检测,解决原始代码不兼容部分USB摄像头的问题(face detection using opencv, fix some minnor problems in the opencv demo that may cause video capture failure.)
motion_detector
- (Python与OpenCV)能够通过固定摄像头检测运动物体(Camera detection of moving objects)