搜索资源列表
meanshiftseg
- 这是基于均值漂移算法的图像分割VC源代码。
meanshiftseg_matlab
- 基于均值漂移算法图像分割MATLAB源代码。压缩包内有三个程序文件,先是基于基于均值漂移算法进行图像平滑,然后再图像分割。
MS_matlab
- mean shift 均值漂移算法的matlab实现,大家可以看看,比较实用
meanshift.rar
- 基于meanshift算法最全面的资料收集,是本人长期收集该算法的结晶,里面有均值漂移算法的word文档,PPT资料,基于meanshift的目标跟踪算法(MATLAB),还有相应的文章,下了绝不后悔,将心比心,互惠互利。,Meanshift algorithm based on the most comprehensive data collection, is a long time, I collected the crystallization of the algorithm, whi
meanshiftim.rar
- 均值漂移算法(mean shift)matlab源码,Mean Shift Algorithm (mean shift) matlab source code
MeanShift
- 均值漂移算法中很牛的外国人写的文章,非常值得学习-A very good paper about means_shift.Reading it ,you can learn a lot.
meanshift
- 目标跟踪中常用均值漂移算法,以下是关于meanshift的一些改进算法-Commonly used in target tracking, mean-shift algorithm, the following are some improvements on the algorithm of meanshift
meanshift
- 基于均值漂移算法实现图像的分割,总共带有三个文件,其中两个是两个子程序-Based on mean-shift image segmentation algorithm, with a total of three documents, two of which are the two subroutines
mean_shift
- 运用于目标跟踪过程中算法研究,均值漂移算法简单易用,容易学习-use the mean_shift to track
MeanShift
- 基于复杂环境下,采用均值漂移算法实现运动目标识别跟踪-object tracking
mnshft
- mean shift, 均值漂移算法原文,3000多次引用,模式识别图像处理用的很多。
meanshiftsegmentation
- 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
An-Object-Tracking-Method-
- 室外场景下由于场景背景条件变化容易导致视频目标跟踪稳定性差。该文提出一种利用红外和可见光传感 器的双通道视频目标跟踪方法。该算法利用可见光图像的目标颜色特征和红外图像的目标轮廓特征,结合均值漂移 算法与水平集曲线演化实现目标定位,并给出了目标尺度和模板更新方法;对多目标跟踪的互相遮挡问题,通过判 断目标合并与分离实现遮挡时多个目标的定位。实验结果表明,该文方法能够有效处理光照变化、阴影、遮挡等情 况,实现目标的稳定跟踪。-Considering the poor stabilit
Tmeaanshiftssh
- 这是一种基于均值漂移算法的图图像分割Visual C源代码。 -This is a map image segmentation based on mean shift algorithm Visual C source code.
photosegmentation
- 用均值漂移实现图像分割,这是基于均值漂移算法的图像分割VC源代码-mean shift segmentation This is based on the mean-shift image segmentation algorithm VC source code.
code2
- 完成图像显示功能,完成多尺度分割算法--均值漂移分割算法 完成多波段均值漂移算法 主要功能代码在bmp.cpp中-Completion of the image display to complete the multi-scale segmentation algorithm- mean shift segmentation algorithm to complete the multi-band mean shift algorithm
jzpy
- 均值漂移算法应用于一维随机数据的聚类,漂移到其密度极大值-Mean shift clustering algorithm applied to the one-dimensional random data, drift to the density maxima
meanshift
- 本算法可以进行简单的图像分割,包括RGB图像,当然进过修改后还可以对高光谱图像进行分割,建议看懂代码后自行修改参数(The algorithm can be a simple image segmentation, including RGB images, of course, into the modified, you can also hyperspectral images segmentation, it is recommended to understand the code a
均值漂移图像分割
- 介绍了一种均值漂移的图像分割算法,供大家参考学习,谢谢
均值漂移算法
- 基于OpenCV下实现的均值漂移算法,能够实现对视频中的人物进行目标追踪,完成运动轨迹的追踪算法。