搜索资源列表
camshift
- 显示如何利用Camshift算法进行彩色目标的跟踪,用Opencv做的
color_segmentation
- 有关彩色图像分割与复杂场景下目标跟踪方法研究的一篇博士论文
camshift
- 显示如何利用Camshift算法进行彩色目标的跟踪,用Opencv做的-Show how to use color Camshift algorithm target tracking, to do with the Opencv
color_segmentation
- 有关彩色图像分割与复杂场景下目标跟踪方法研究的一篇博士论文-On the color image segmentation and complexity of the scene target tracking methods under study for a Ph D thesis
Objecttracking
- 跟踪相关论文,《基于彩色图像的机器人视觉跟踪》《基于扩展卡尔曼滤波的主动视觉跟踪技术》《基于视觉和扩展卡尔曼滤波的位姿和运动估计新方法》《一种运动目标检测与跟踪快速算法的研究》-Tracking the relevant papers, based on the color image of the robot visual tracking , Extended Kalman Filter based on active visi
Camshift_color_trace
- opencv 下利用Camshift算法进行彩色目标跟踪-opencv using color Camshift target tracking algorithm
camshift
- 用openCV实现,用Camshift算法实现彩色目标跟踪-openCV,color object tracking usingCamshift
Camshift
- 该代码是显示如何利用Camshift算法进行彩色目标跟踪的源代码,是基于OPENCV的-The code is to show how to use color tracking Camshift algorithm source code, is based on the OPENCV of
motiondetection
- 视频跟踪中的基于彩色目标跟踪的源代码,实用高效-Video tracking target tracking based on color source code, practical and efficient
1
- 本程序显示如何利用camshift算法实现彩色目标跟踪-This program shows how to use color object tracking algorithm camshift
CamShift_VC6
- 基于Camshift算法的彩色目标跟踪程序(包括图片和视频目标跟踪)-Camshift algorithm based on color target tracking procedures (including pictures and video target tracking)
8_CamShiftDemo
- 程序描述:来自OpenCV安装目录下Samples文件夹中的官方示例程序-彩色目标跟踪操作。-Program descr iption: Samples folder the installation directory OpenCV official sample program- color target tracking operation.
Color-tracking
- 基于opencv的彩色目标跟踪demo.Based on the color target tracking opencv demo-Based on the color target tracking opencv demo
fellow
- 使用opencv编写的一个彩色目标跟踪的程序-Use OpenCV to prepare a color target tracking program
-color-target-tracking
- 本程序展示了使用opencv实现彩色目标跟踪.-Use opencv to achieve color target tracking.
彩色目标跟踪
- 将采集的图像进行处理,通过圈画目标,来对移动目标实现跟踪。(The collected image is processed, and the moving target is tracked by circle painting target)
彩色目标跟踪
- 利用电脑摄像头导入视频数据流,对指定颜色的目标进行追踪(Using a computer camera to import video data streams, track the target of the specified color)
opencv
- opencv2.0/3.0,例程代码。包括图像显示,彩色目标跟踪,人脸识别等(Opencv2.0/3.0, routine code. Including image display, color target tracking, face recognition and so on)
【8】彩色目标跟踪
- 使用OpenCv对彩色目标进行追踪。编程环境为C++。(Using OpenCv to track color targets.)
camshift_matlab_ilekoaiq
- cashift_matlab,我做的一些修改: 1.修改了之前网上的那种需要输入avi文件名再读取的方式,改成直接读取avi文件。 2.修改了另外建立avi文件的方式。 2.实时显示跟踪结果。 3.彩色图显示,用红色框圈出目标。 4.因为是基于颜色特征的,所以要选色颜色特征明显的。你可以自己拍摄目标颜色突出的avi视频来测试。 5.程序结束时有点小问题,按ctrl+c结束。(cashift_matlab, I made so