搜索资源列表

  1. CsharpEdison

    0下载:
  2. 基于均值漂移(mean shift)算法的图像分割程序,可用于图像特征提取,图像识别等。参考文献:Comaniciu(2002) Mean shift- a robust approach toward feature space analysis.pdf-image segment algorithm based on mean shift, reference Comaniciu(2002) Mean shift- a robu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:117760
    • 提供者:simondu
  1. MeanShift

    0下载:
  2. 基于MEAN SHIFT算法的图像分割程序-MEAN SHIFT algorithm based on image segmentation procedure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:臧超
  1. mean

    0下载:
  2. 基于直方图模块额Mean Shift算法-Mean Shift Algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:189440
    • 提供者:lanshui
  1. Mean-Shift

    0下载:
  2. 关于Meanshift算法的介绍,很好的入门文档-There is a introduction document of meanshift algorithm
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:1545216
    • 提供者:ferrari
  1. meanshiftzonghe

    0下载:
  2. 这是一种快速的mean-shift算法,他是对于原有mean-shift算法的一种改进,希望能够帮助学习它的同学-This is a fast mean-shift algorithm, he is to the original mean-shift algorithm is an improvement, hoping to help the students learn it
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:杨雨
  1. MeanShiftOverview

    0下载:
  2. 这是一篇介绍mean-shift算法的概括性文章,文中详细介绍了mean-shif算法的性能和作用-This is a descr iption of the mean-shift algorithm is a general article describes in detail the performance of mean-shif algorithm and the role of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:705536
    • 提供者:杨雨
  1. UsingMeanShifttrackingAlgorithmsforRealTime

    0下载:
  2. 这是一篇介绍mean-shift算法用于实时跟踪和检测方面的文章-This is a mean-shift algorithm is introduced for real-time tracking and testing of articles
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:152576
    • 提供者:杨雨
  1. CamShift

    0下载:
  2. CamShift算法,即"Continuously Apative Mean-Shift"算法,是一种运动跟踪算法。它主要通过视频图像中运动物体的颜色信息来达到跟踪的目的。我把这个算法分解成三个部分,便于理解: 1) Back Projection计算 2) Mean Shift算法 3) CamShift算法-CamShift algorithm, that is, " Continuously Apative M
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:eagle
  1. MeanShift

    0下载:
  2. 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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:eagle
  1. MSFilter

    0下载:
  2. 用Visual C++实现了用Mean Shift算法进行图像滤波和分割,可以对灰度图像和彩色图像进行处理-Using Visual C++ implementation using Mean Shift algorithm for image filtering and segmentation, can be gray images and color image processing
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:13536256
    • 提供者:zhuyong
  1. EMShiftDemo10_17

    0下载:
  2. EM shift 算法的论文和matlab实现。具有很高的学习价值-EM shift algorithm, and matlab implementation of papers. High learning value
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:963584
    • 提供者:吕仕铉
  1. MEAN-SHIFT-Algorithms

    0下载:
  2. MEAN SHIFT算法概述,对mean shift一些分析-MEAN SHIFT Algorithms, some analysis on the mean shift
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-21
    • 文件大小:786432
    • 提供者:cen
  1. OpenCV-Mean-Shift-demo

    0下载:
  2. 基于OpenCV实现的图像特征区域跟踪程序,基于类Mean-Shift实现的颜色直方图概率匹配算法,可同时跟踪6个特定目标区域。-OpenCV implementation of image features based on regional tracking program, based on class Mean-Shift probability of achieving the color histogram matching
  3. 所属分类:OpenCV

    • 发布日期:2024-05-21
    • 文件大小:2283520
    • 提供者:gbcgbc
  1. cvmeanshift

    0下载:
  2. 计算机视觉领域用mean—shift算法制作的分割程序。-The field of computer vision algorithms make use of mean-shift segmentation procedures.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-21
    • 文件大小:2269184
    • 提供者:李德胜
  1. camshiftdemo

    0下载:
  2. Gary R.Bradski提出CamShift算法,即"Continuously Adaptive Mean-Shift"算法。是以颜色直方图为目标模式的目标跟踪算法,可以有效地解决目标变形和部分遮挡的问题,而且运算效率很高。在视频跟踪过程中,CAMSHIFT算法利用选定目标的颜色直方图模型得到每帧图像的颜色投影图,并根据上一帧跟踪的结果自适应调整搜索窗口的位置和大小,得到当前帧中目标的尺寸和质心位置。-Gary R. Bradski
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:kitty
  1. Mean-shift-research-and-applications

    0下载:
  2. :对均值漂移算法的理论和应用作一全面的综述.首先根据密度函数的非参数估计推导出均值漂移公式的一 般形式,说明了均值漂移迭代算法的步骤及收敛性;然后重点讨论核函数的选择以及带宽矩阵的计算等关键技术;最 后归纳了均值漂移算法在模式检测、聚类、图像分割以及物体实时跟踪等方面的应用,并展望了均值漂移算法在理论和应用中的研究方向.-Clustering thesis
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:376832
    • 提供者:btian
  1. hello-mean-shift

    0下载:
  2. 本程序是一个采用均值位移向量的方法进行的运动跟踪算法-This procedure is a displacement vector by the method of the mean motion tracking algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:当当
  1. MeanShift

    0下载:
  2. Mean-Shift 算法经典论文详细讲述了Mean——shift算法的原理 应用等等 经典-Mean-Shift thesis
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:2999296
    • 提供者:eric
  1. Meanshif-Detection

    0下载:
  2. :Mean—shift算法是一种非参数密度估计算法,可以实现快速的最优匹配,在目标的实时跟踪领域起着非常 重要的作用。为了有效的将Mean—shift算法应用到灰度图像中,采用了以方向直方图建立目标模型的策略,提出了在灰 度图像中以Mean—shift为核心的目标跟踪算法。实验结果表明,该算法具有不受光照条件影响的优点,在低对比度的情 况下仍能实现稳定、实时的跟踪目标。-: Mean-shift algorithm is a
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:310272
    • 提供者:ridge
  1. Wallpapers-based-on-mean-shift

    0下载:
  2. 本程序首先把图像由RGB空间转到HSI空间,然后利用彩色图像分割策略以及meanshift算法对图像进行分割最后加入边界合成。其中‘keyprogram.m’文件为主程序,‘meanshift.m’文件为调用函数,实现数据的聚类分割。-The program first the image from the RGB space to HSI space and then using color image segmentation st
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:161792
    • 提供者:刘常云
« 1 2 34 5 6 7 8 9 10 ... 30 »

源码中国 www.ymcn.org