搜索资源列表
shift_color
- 经典的meanshift跟踪算法。手动选择第一帧中的目标进行跟踪。-Classic meanshift tracking algorithm. Manually select the first frame of the target tracking.
MotionDetect
- 从摄像头读取视频,屏幕选择追踪区域,利用opencv camshift算法实现跟踪-Read the video from the camera, the screen select the track area, tracking algorithm using opencv camshift
camshift
- 经典的camshift跟踪算法。读取视频,手动选择目标,可以直接运行。-Classic camshift tracking algorithm. To read videos, manually select the target, can be directly run.
filldemo
- 图像域的填充,该程序给出了不同的算法选项,读者可以自行测试这些算法的不同参数选择-Fill the image field, the program gives options for different algorithms, the reader can test their own choice of different parameters of these algorithms
AviRecord_opencv
- opencv开发的AVI视频压缩录制程序,能选择7种系统自带压缩算法,也可手动选择第三方压缩算法,使用vs2010+opencv2.3.1开发-Opencv development AVI video compression recording procedures, can choose 7 kinds of systems onboard compression algorithm, can also be manually selected third party compression
camshift
- 基于选定区域颜色信息的跟踪算法,通过鼠标选择区域,计算区域颜色特征,对物体进行跟踪-Based on the selected regions of color information in the tracking algorithm, through the mouse to select the area, calculation region color feature, object tracking
opencv_hog_test
- 本文主要介绍下opencv中怎样使用hog算法,因为在opencv中已经集成了hog这个类。其实使用起来是很简单的,从后面的代码就可以看出来。本文参考的资料为opencv自带的sample。 开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5. 实验功能: 单击Open Image按钮,选择需要进行人检测的一张图片,确定后自动显示出来。该图片的大小没限制。 单击People Detect按钮,则程序会自动对该图片进
Lvwatershed
- 本程序利用opencv开源库实现watershed算法,利用人工选择种子点与梯度图两种方法来获取种子点。压缩包内有word文档介绍具体的操作和示例。-The program uses the open-source opencv library implements watershed algorithm, using artificial selection gradient map seeds and seed are two ways to get points. Compressed p
binary-video
- 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe in
Edge_Detection
- 多种边缘检测算法 可以进行对比选择,方便提取更好的边缘特征-A variety of edge detection algorithm can be compared to choose, easy to extract better edge features
mean-shift
- Mean-Shift算法的C++程序,手动选择目标跟踪,并显示目标的直方图-Mean-Shift algorithm C++ procedures, manual selection of target tracking, and display the target histogram