搜索资源列表
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.
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
Digital-Image-Processing
- 数字图像处理 中值滤波和中值滤波 visual C++6.0 配置opencv进行的图像处理。-Digital image processing median filter and median filter
GetContourPoints
- 结合OpenCV,读取指定轮廓上的所有点-use Visual C++6.0+ openCV,read the points in the specified contours.
cvhw4
- opencv中中值滤波,利用visual c++ 6.0 编写-median filter in opencv
mid_filter
- 自己编写的高性能中值滤波源码,visual c++ 6.0实现-I have written high median filter source, visual c++ 6.0 implementation
motion-detection-techniques
- 研究了基于混合高斯模型的运动目标检测技术,在分析了混合高斯模型的基本原理的基础上,使用了一种改进的混合高斯模型更新算法.在Visual C++6.0中利用OpenCV完成了相关算法,成功地提取出了运动目标和实验场景的背景,验证了该改进的混合高斯模型更新算法的可行性-OpenCV-based motion detection techniques I have read some articles, I feel you can, share
OpenCV_VC6.0_surf
- Visual C++ 6.0平台基于OpenCV的SURF图像特征点的检测和匹配源代码,能正确的实现图像特征点的检测和匹配功能,对研究图像特征点匹配非常有帮助。-The Visual C++ 6.0 platform is based on OpenCV SURF image feature points detection and matching of source code, can correct the image feature point detection and matchin
FaceTracking
- 本程序为基于OpenCV的人脸跟踪,采用Visual C++ 6为开发平台。-This program is face tracking based on OpenCV using the Visual C development platform....
pca
- 基于Opencv和Visual C++ 6.0的PCA实现-Based on Opencv and Visual C++ 6.0 PCA realized
opencvCameraSave
- 在VisualC++6.0环境下,配置Opencv1.0来完成对摄像头的读取和保存,保存为avi格式的视频-Visual C++ 6.0 environment, the configuration Opencv1.0 read on camera, and save, save video to avi format
opencvHarris
- 用C++实现的Harris角点检测,里面有用到Opencv中的结构,在VisualC++6.0下需要配置opencv1.0才能运行-Harris corner detection is implemented in C++, which is useful to structure Opencv need configure opencv1.0 to run under Visual C++6.0
opencvMontionCount
- 用Opencv实现的视频处理中前景二值图像中连通区域个数的统计,需要再Visual C++6.0下配置opencv1.0才能运行-Opencv realize the video processing statistics of the number of connected regions in binary image of the prospects, the need to Visual C++ 6.0 to configure opencv1.0 to run
FindMoving
- 由运动目标检测的两种基本方法----帧间差分法和背景差分法,借助于OpenCV技术,在Visual C++ 6.0编程环境下开发了运动目标检测系统。该系统首先对不同途径采集的视频图像序列进行相关的预处理之后,分别采用不同检测算法检测出图像序列中的变化区域,最后用形态学滤波和连通性分析对变化区域进行后处理,从而将视频图像序列中的运动目标比较可靠地检测出来。-The two basic methods of moving target detection---- inter-frame diffe
opencv-source-code
- 用Visual C++6.0和opencv1.0搭建的基于opencv初学者的实例源代码.-Using Visual C++6.0 and opencv1.0 built based opencv source code examples for beginners.
source-code
- Opencv教程的实例源代码 书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。-Opencv tutorial source code examples in the book
Face-all-the-source-code
- 人脸识别的全部源代码(在Visual C++6.0下可以运行识别-Face all the source code (in Visual C++6.0 can run identification
read-and-show-video
- 在visual c++6.0平台下利用opencv读取并显示视频帧-read and show the frames of vedio
facedetect
- 篇基于opencv的人脸检测与识别的论文,在Visual C++ 2005环境下给出了如何用OpenCV库开发人脸检测程序的方法-One based on the opencv face detection and recognition of the paper, the Visual C++ 6.0 environment, how to use OpenCV library gives developers face detection procedures.