搜索资源列表
MeanshiftnewEpanech
- Meanshift算法用于视频目标跟踪,供各位参考
MEANSHIFT目标跟踪算法
- MEANSHIFT目标跟踪算法 使用了OpenCV库
matlab编写的meanshift算法
- 这个是meanshift算法的和函数,已经其用于图像的平滑和分割的程序
Meanshift.rar
- meanshift算法vc编写可以用来集成到目标识别中,vc prepared meanshift algorithm can be used integrated into Target Recognition
meanshift_seg
- 用meanshift算法实现图像的平滑和分割的算法-Algorithm used meanshift image smoothing and segmentation algorithms
meanshift
- 用meanshift算法实现图像分割,较经典的方法,效果较好-Meanshift algorithm using image segmentation, the more classical methods, better
MeanShift
- Mean Shift算法的具体步骤,Mean Shift算法可以分为以下4步: 1.选择窗的大小和初始位置. 2.计算此时窗口内的Mass Center. 3.调整窗口的中心到Mass Center. 4.重复2和3,直到窗口中心"会聚",即每次窗口移动的距离小于一定的阈值。-Mean Shift algorithm specific steps, Mean Shift algorithm can be divided into the following four steps:
surendra1
- 基于视频的surendra背景更新算法,基于opencv和vc++,能够实现-Video-based surendra background update algorithm, based on opencv and vc++, can be achieved
vc_meanshift_code
- 基于vc++的meanshift算法源代码,直接调用,非常宝贵-Based on vc++ for meanshift algorithm source code, direct calls, very valuable
tracking
- 基于单目视觉的单目标跟踪情部下meanshift算法与kalman滤波相结合的程序。-Monocular vision-based target tracking situation of single men meanshift algorithm and kalman filter combined procedure.
MeanShift
- meanshift算法的一个简陋的C实现-just for study on meanshift algorithm
TAlperMeanShih
- 这个程序一个国外大牛编写的MEANSHIFT算法,可实现对目标的实实时跟踪,效果出众,有很好的研究和应用价值。Visual C++编写。 -This program is a large foreign cattle to write MEANSHIFT algorithm, can achieve real real-time tracking of targets, the effect of outstanding research and application of good va
Cnew_camshifta
- 显示利用Camshift算法进行彩色目标的跟踪:Caamshift算法是Meanshift算法的一个改进。 -Display use Camshift algorithm for color target tracking: Caamshift algorithm is an improvement of the Meanshift algorithm.
MeanShift-segmentation
- 基于meanshift算法的图像分割,非opencv库函数,自己实现算法!-Based on the meanshift algorithm of image segmentation 。
MeanShift
- 综合介绍meanshift算法的使用,使用meanshift算法对图像分割,在后续的运动跟踪埋下基础-This section describes the sum of the mean shift algorithm。Using mean shift algorithm for image segmentation, in a subsequent motion tracking laying foundation
meanshift-segmentation
- 自己改编的meanshift彩色图像分割算法,简单实用,有利于初学者学习meanshift算法-Their adaptation of the meanshift color image segmentation algorithm, simple, practical, and is helpful to beginners learning meanshift algorithm
-均值漂移-meanshift算法
- meanshift算法 对单一目标进行有效跟踪(The meanshift algorithm tracks the single target effectively)
meanshift
- 一个比较简单的meanshift聚类算法(A relatively simple meanshift clustering algorithm)
meanshift
- meanshift源代码,用于在雷达成像跟踪环境里(Meanshift source code, used in radar imaging tracking environment)
meanshift
- meanshift算法属于核密度估计法,不需要任何先验知识而完全依靠特征空间中样本点的计算其密度函数值。.