CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - mean shift image

搜索资源列表

  1. MeanPShift

    0下载:
  2. 李志国硕士学位论文:基于Mean Shift算法的目标跟踪.目标跟踪技术在军事、工业、安保、智能交通、医学和科学研究等方面都具有重要的意义,应用前景广阔.目标跟踪把图像处理、自动控制、信息科学有机结合起来,形成了一种能从图像信号中实时地自动识别目标、提取和预测目标位置信息、自动跟踪目标运动的技术,是当前计算机视觉、模式识别与智能系统等领域研究的重要课题.-Li Zhiguo Master Thesis: Based on Mean Shift Algorithm for Target Track
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4508166
    • 提供者:
  1. motion4

    1下载:
  2. 基于CamShift的目标跟踪算法,先求图像的HSV分量,提取H分量,做灰度直方图,对灰度直方图进行投影,最后均值移动进行跟踪。-Target tracking algorithm based on CamShift, first find the image of the HSV components to extract H component, do histogram of the projection histogram, the last mean shift tracking.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-20
    • 文件大小:141706
    • 提供者:廖家亮
  1. Seg_By_MeanShift

    0下载:
  2. 均值漂移Mean Shift算法是一种基于核密度估计的处理方法,被广泛用于图像降噪,分割和目标跟踪中,本代码是图像分割实现。-Mean Shift algorithm is a kernel density estimation based approach is widely used for image noise reduction, segmentation and target tracking, the code is to achieve image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1356
    • 提供者:倪昊
  1. mean_shift

    0下载:
  2. Mean Shift算法介绍,清晰易懂,用于图像分割,图像平滑,聚类等,Mean Shift是热点-Mean Shhift introduction, easily understand, image segmentationt , preserving smoothing, clusters, it is a hot item for researching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7697920
    • 提供者:dieniangai
  1. An-Object-Tracking-Method-

    0下载:
  2. 室外场景下由于场景背景条件变化容易导致视频目标跟踪稳定性差。该文提出一种利用红外和可见光传感 器的双通道视频目标跟踪方法。该算法利用可见光图像的目标颜色特征和红外图像的目标轮廓特征,结合均值漂移 算法与水平集曲线演化实现目标定位,并给出了目标尺度和模板更新方法;对多目标跟踪的互相遮挡问题,通过判 断目标合并与分离实现遮挡时多个目标的定位。实验结果表明,该文方法能够有效处理光照变化、阴影、遮挡等情 况,实现目标的稳定跟踪。-Considering the poor stabilit
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:386213
    • 提供者:majun
  1. edison_source

    0下载:
  2. 基于Mean shift的图像分割的C源码,Edison Source-C Source Code of Image segmetation based on mean shift, from Edison Source
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5664593
    • 提供者:Jason Lau
  1. Image_MSfilter

    0下载:
  2. Image segmentation using mean shift method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:833
    • 提供者:shahin
  1. MeanShift2

    0下载:
  2. Image segmentation using mean shift algorithm in matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2892
    • 提供者:shahin
  1. MS_matlab

    0下载:
  2. Mean shift and other image segmentation algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:38592
    • 提供者:shahin
  1. leaf

    0下载:
  2. 主要是介绍图像处理中叶片面积,用Mean-shift算法进行图片进行平滑,然后进行灰度化、二值化-Mainly on the leaf area of ​ ​ image processing, image smoothing using the Mean-shift algorithm, and then to gray, binarization ......
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3630474
    • 提供者:rainbow
  1. Meanshift

    0下载:
  2. 利用Mean-shift进行平滑处理,主要是对图像进行平滑的界面,MFC和OpenCV进行混合编程-Mean-shift smoothing, image smooth interface, the MFC and OpenCV mixed programming ...
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1901224
    • 提供者:rainbow
  1. segm

    0下载:
  2. mean shift源C++代码 用于图像处理中的图像分割-image segement
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:61960
    • 提供者:mayan
  1. Mediison_binne

    0下载:
  2. 关于均值漂移的程序源码,该代码为编译好的程程序源码,能直接看图像分割效果! 可直接使用。 -Mean Shift on the procedures, the code compiled proceedures, can loook directly image segmentation results!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-03
    • 文件大小:1368675
    • 提供者:积累
  1. UMSFs

    0下载:
  2. 用Matlab实现基于均值平移(meanshift)算法的灰灰度图像平滑。有迭代过程,效果比较不错。,已通过测试。 -Using Matlab based on the mean shift (meanshift) gray-scale image smoothing algorithm. There are iterative processes, the effect of relatively good. Complete source code, has been tested.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:671
    • 提供者:补助
  1. 01296781

    1下载:
  2. Color Image Segmentation Based on Mean Shift and Normalized Cuts
  3. 所属分类:matlab

    • 发布日期:2016-01-15
    • 文件大小:265216
    • 提供者:talkbuzz
  1. Tlankton_sterh

    0下载:
  2. 较全的mean shift算法合集,有基于meann shift算法的图像平滑处理,图像分割,图像聚类 -Than the whole of the mean shift algorithm Collection, image smoothing processing based on meann shift algorithms, image segmentation, image clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:454616
    • 提供者:利益
  1. Tmeaanshiftssh

    0下载:
  2. 这是一种基于均值漂移算法的图图像分割Visual C源代码。 -This is a map image segmentation based on mean shift algorithm Visual C source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:4422
    • 提供者:
  1. EEMSShiftDemoM

    0下载:
  2. EM算法+mean shift算法用于图像分割,同时有deemo程序源码用来看最终的分割结果 可直接使用。 已通过测试。 -EM algorithm+ mean shift algorithm for image segmentation, while deemo program source with the point of view the final segmentation results can be used directly. Has been tested.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:5668
    • 提供者:拥抱
  1. code2

    0下载:
  2. 完成图像显示功能,完成多尺度分割算法--均值漂移分割算法 完成多波段均值漂移算法 主要功能代码在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
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:29274126
    • 提供者:city
  1. MeanShiftTest

    0下载:
  2. MeanShift均值漂移图像滤波和分割算法的简单实现-MeanShift mean shift to the simple implementation of image filtering and segmentation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2558
    • 提供者:guyue
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com