搜索资源列表
基于OpenCV平台下的实时目标跟踪系统
- 基于OpenCV平台下的实时目标跟踪系统,用于运动物体的多目标跟踪领域.,OpenCV platform based on real-time target tracking system for moving objects the field of multi-target tracking.
MEANSHIFT目标跟踪算法
- MEANSHIFT目标跟踪算法 使用了OpenCV库,MEANSHIFT target tracking algorithm using the OpenCV library
meanshift.rar
- 基於使用Opencv函式庫之MeanShift演算法 和OpenCv內建之MeanShift有著不同處在於 使用到權重Wi來計算新的位置,Opencv based on the use of algorithms and MeanShift library of built-OpenCv of different MeanShift is used to calculate the weight of Wi new location
kalman_camshift.rar
- 基于opencv的例子 使用meanshift算法追踪屏幕中的白点,利用kalman移动搜索框.,Based on the example of the use of opencv tracking algorithm meanshift white screen, using kalman mobile search box.
bodymotiondetection
- 学习opencv图像处理中人体目标跟踪的一些很有用的资料,主要是讲camshift,meanshift和高斯混合模型。-Learning opencv image-processing for target tracking in the human body a number of very useful information, mainly speaking camshift, meanshift and Gaussian mixture model.
MeanShift
- VC++与OPENCV的目标跟踪meanshift算法-meanshift
kalman_and_meanshift
- 基于opencv的目标跟踪示例代码,不错的学习实例,自己用过的-Opencv target tracking based on sample code, examples of good learning that he used
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
MeanShiftByBumblebee_090109
- it is implemented meanshift using opencv.
CamShiftDemo(opencv)
- Meanshift 程序,c++环境的,在上网下来好使的程序,所以上传来给大家分享-Meanshift program, c++ environment, the Internet down so that the program, so come to share upload
meanshift
- This mean-shift algorithm using openCV-This is mean-shift algorithm using openCV
meanshift
- meanshift函数对于运动模型的实时跟踪,初始手动选择跟踪范围。-meanshift based on the moving model, select the area which you want to focus.
meanshift-tracking
- 利用OpenCV函数的meanshift跟踪,用于演示跟踪效果,可以学习改进。-Meanshift tracking--AppWizard has created this ShadowTrack application for you.
MeanShift-Tracking
- tracking opencv 目标检测跟踪-tracking opencv
opencv-meanshift
- meanshift的opencv代码,meanshift用于图像分割,目标跟踪-meanshift the opencv the code, meanshift used for image segmentation, target tracking
【MeanShift图像分割】MeanShift
- meanshift图像分割算法的opencv实现。(Opencv implementation of meanshift image segmentation algorithm.)
3.18 meanshift
- matlab的目标跟踪基于meanshift(opencv matlab meanshift)
Meanshift
- 利用meanshift来进行目标跟踪,有matlab和opencv版本(Using meanshift for target tracking, there are versions of MATLAB and opencv)
MeanShift
- 利用opencv实现Meanshift图像分割(Meanshift image segmentation using OpenCV)
MeanShift目标跟踪(opencv)
- 国外一个大牛写的MeanShift目标跟踪程序,用opencv实现。