搜索资源列表
facedetect 利用摄像机视频流采集识别人脸
- 本例程基于c++6.0和OpenCV结合实现了,利用摄像机视频流采集识别人脸,准确快捷-Based on the routine c++ 6.0 and OpenCV combining realization, the use of video cameras to streaming video collection of face recognition, accurate and fast
static-lib
- 基于opencv1.0和vc++6.0编写的静态链接库,包含cvL.lib,cxcoreL.lib和highgui.lib,很好的将程序和库文件分离开,方便大家编写opencv程序。-And vc++6.0 based opencv1.0 write static link library, contains cvL.lib, cxcoreL.lib and highgui.lib, very good program and library files will be separated so
zhongzhilvboqi
- 在vc++6.0环境下运用opencv,使用中值滤波的方法检测运动的物体,如机动车辆、行人、烟雾等。-In vc++6.0 environment, the use opencv, using the median filtering method to detect moving objects, such as motor vehicles, pedestrians, smoke and so on.
OpenCV_1.0
- 该软件为OPENCV1.0。VC++6.0版本学习者应该使用该opencv版本-The software is OPENCV1.0. VC++6.0 version of the learners should use the version of the opencv
RemoveBackground
- 基于VC++6.0开发环境,用OpenCv编程,实现背景和图像的分离,提取不均匀的背景,并从原图像中减去背景图像!-VC++6.0 based development environment, with OpenCv programming, background and image separation, extraction uneven background, and subtracted from the original image background image!
trackscv1000
- 一个基于opencv的车辆跟踪代码,效果非常好,有对比,环境为Visual C 6.0 ,一定对你有所帮助的源代码。-Opencv-based vehicle tracking code, the effect is very good, there is contrast, the environment for Visual C 6.0, will help you source code.
ZhangzhengyouCameraCalibration
- 这个程序是张正友的经典摄像机标定算法,是用VC++6.0和OpenCV开发的。欢迎下载!-This procedure is Zhang zheng you s classical Camera calibration procedure. which developed with Visul C++6.0 and OpenCV.
draw
- vc++6.0环境下运用opencv进行绘图等操作的一个控制台程序-a drawing program with opencv
motion_detection
- 基于OPENCV的视频中运动物体检测,并实事框出运动物体。 平台vc++6.0。须配置opencv头文件和库文件。
targets-detection-and-tracking
- 基于vc++6.0+opencv的运动目标的检测与跟踪,包括一个小车视频,主要功能是在噪声、静止背景下实现运动目标的检测-Vc++6.0+ opencv-based moving target detection and tracking, including a car video, the main function is in the noise, static background detection of moving objects
SURF_VC6.0
- Visual C++ 6.0 平台下使用OpenCV库实现的SURF特征点检测算法,效率较SIFT特征点检测要高。正确配置OpenCV后能修改输入图像能正确运行。-SURF feature point detection algorithm implemented using the OpenCV library under the Visual C 6.0 platform, more efficient than the SIFT feature point detection is hig
SVM-opencv-visual-C-6.0
- opencv中的支持向量机源程序,将日文翻译过来,中文注释,通俗易懂,比较adaboost-opencv source of support vector machines, translated to Japanese, Chinese, comments, user-friendly, more adaboost
FaceDetection
- VC++ 6.0实现 1.静态图片人脸检测 2.视频检测,支持摄像头实时影像检测-VC++ 6.0 to achieve 1. Static image of face detection 2. Video detection, support for real-time video detection camera
LKgenzong
- LK算法跟踪,可以清晰的检测出人体,采用opencv1.0 VC++6.0-LK algorithm for tracking human body can be clearly detected using opencv1.0 VC++6.0
testcircle
- 基于OpenCV的简单线、圆的绘制。在VC++6.0环境里实现的-OpenCV on a simple line and round。In VC++6.0 environment to achieve
test2
- OpenCV入门学习,在VC++6.0中实现图像的简单载入。图像文件lena.jpg-Introduction to Learning OpenCV, in VC++6.0 to implement a simple image loaded. Image File lena.jpg
testline
- OpenCV入门学习,在VC++6.0中实现线段的绘制。-OpenCV started learning to implement in VC++6.0 draw line segments.
hello
- OpenCV入门学习,在VC++6.0中实现图像的简单载入与输出。程序要带参数实现。图像文件lena.jpg-Introduction to Learning OpenCV, in VC++6.0 to implement a simple image loading and output. Process parameters to achieve. Image File lena.jpg
blobtrack
- vc++6.0和opencv结合开发的图像跟踪的程序,适合初学者调试-opencv with vc++6.0 and the development of image tracking program, suitable for beginners debugging
cannybar02
- 使用vc++6.0和OpenCV1.0.实现canny算子检测图像轮廓边缘。代码中有自动阈值滑动样条。-using VC++ and OpenCV. you can see the contour of the images.and the threshold of the canny operator can be set as you will.