搜索资源列表
camshift
- 显示如何利用Camshift算法进行彩色目标的跟踪,用Opencv做的
全自动camshift目标跟踪算法
- 全自动的camshift目标跟踪算法,改进了以往手动的缺点
camshift
- 使用camshift方法进行运动目标跟踪,(修改了网上原有的camshift算法里的一些bug)-moving object tracking by camshift method,(modification edition of the original code on the web)
camshift-camera
- 基于视频的camshift运动目标跟踪算法,OPENCV-Video-based motion tracking algorithm camshift, OPENCV
camshift
- camshift算法自动跟踪肤色区域 当前目录下放置肤色图片hand.jpg。 基于OpenCV函数库-automatic tracking algorithm camshift color region under the current directory to place color Photos hand.jpg. Based on the OpenCV library
camshiftdemo
- Gary R.Bradski提出CamShift算法,即"Continuously Adaptive Mean-Shift"算法。是以颜色直方图为目标模式的目标跟踪算法,可以有效地解决目标变形和部分遮挡的问题,而且运算效率很高。在视频跟踪过程中,CAMSHIFT算法利用选定目标的颜色直方图模型得到每帧图像的颜色投影图,并根据上一帧跟踪的结果自适应调整搜索窗口的位置和大小,得到当前帧中目标的尺寸和质心位置。-Gary R. Bradski CamShift proposed algorithm,
camshift
- opencv 显示如何利用camshift算法进行彩色目标的跟踪-opencv shows how to use color camshift algorithm target tracking
znxc
- 基于OpenCV的智能迷宫迷宫识别 CamShift算法物体跟踪识别 与串口控制信号输出-OpenCV-based Intelligent Maze Maze CamShift algorithm to identify objects identification and tracking of serial control signal output
camshift
- 用openCV实现,用Camshift算法实现彩色目标跟踪-openCV,color object tracking usingCamshift
CAMSHIFT
- 经典跟踪算法CAMSHIFT的OPENCV实现,鲁棒性好。-Classical tracking algorithm CAMSHIFT the OPENCV realize, better robustness.
new_camshift
- 显示利用Camshift算法进行彩色目标的跟踪:Camshift算法是Meanshift算法的一个改进。-Camshift algorithm shows that the use of color target tracking: Camshift algorithm Meanshift algorithms are an improvement.
Camshift
- 显示如何利用Camshift算法进行彩色目标的跟踪-Show how to use color Camshift algorithm tracking
camshift
- 该程序利用Camshift算法,实现对视频中的彩色目标进行跟踪-Camshift algorithm using the program to achieve the color of the video target tracking
camshift
- camshift算法,用于手势跟踪和手势识别-camshift hand tracking
yundong
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshi
camshiftInMFC
- 在MFC中显示视频, 并且用opencv的camshift算法跟踪目标, 用的是颜色直方图.-MFC shown in the video, and the camshift algorithm using opencv tracking targets using a color histogram.
CAMSHIFT
- 运动目标跟踪与检测的源代码(CAMSHIFT 算法)-Moving target tracking and detection of the source code (CAMSHIFT algorithm)
14-camshift
- 图像跟踪的源代码,程序采用了opencv中的代码camshift算法-Source of camshift Image Tracking
meanshift
- 它是MeanShift算法的改进,称为连续自适应的MeanShift算法,CamShift算法的全称是"Continuously Apaptive Mean-SHIFT",它的基本思想是视频图像的所有帧作MeanShift运算,并将上一帧的结果-It is MeanShift Algorithm, called continuous adaptive MeanShift algorithm, CamShift algorithm stands for "Continuously Apaptive
camshift
- 该源码是应用camshift算法对视频或摄像头中的物体进行跟踪,跟踪原理是应用hsv颜色空间进行跟踪。-The source code is the application of video or camera camshift algorithm of tracking objects