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

搜索资源列表

  1. meanshift

    0下载:
  2. 使用mean shift算法实现图像分割,先将图像扩展,而后实现分割-Using mean shift image segmentation algorithm, first image expansion, then realize segmentation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:629
    • 提供者:Alice Lee
  1. meanshiftnew

    0下载:
  2. meanshift的matlab实现,本人亲自试过可以用,而且非常好用,你可以下载-meanshift program, a foreigner to write, run over is available, you can download to make to make, opened with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2896
    • 提供者:乐正鑫
  1. MeanShift

    0下载:
  2. 均值漂移方法实现图像分割,可运行,希望对需要者有所帮助。-Mean shift method to achieve image segmentation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2712
    • 提供者:叶子
  1. DeepLearnToolbox_CNN_lzbV2.0

    1下载:
  2. DeepLearnToolbox_CNN_lzbV2.0 深度学习,卷积神经网络,Matlab工具箱 参考文献: [1] Notes on Convolutional Neural Networks. Jake Bouvrie. 2006 [2] Gradient-Based Learning Applied to Document Recognition. Yann LeCun. 1998 [3] https://github.com/rasmusberg
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:980992
    • 提供者:陆振波
  1. DeepLearnToolbox_CNN_lzbV3.0

    5下载:
  2. CNN - 主程序 参考文献: [1] Notes on Convolutional Neural Networks. Jake Bouvrie. 2006 [2] Gradient-Based Learning Applied to Document Recognition. Yann LeCun. 1998 [3] https://github.com/rasmusbergpalm/DeepLearnToolbox 作者:陆振波 电子
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:982016
    • 提供者:陆振波
  1. meanshifts

    0下载:
  2. 图像处理均值漂移算法平滑处理meanshift-mean shift
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1038
    • 提供者:黄博
  1. pyrMeanShiftFiltering

    0下载:
  2. 使用opencv进行MeanShift图像分割算法实验。-MeanShift image segmentation algorithm performed experiments by using opencv .
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:62153
    • 提供者:赵鹏
  1. MeanShiftTarckTest

    0下载:
  2. meanshift,均值漂移,用于目标跟踪,内含测试视频,可运行。-meanshift, mean shift, for target tracking, embedded test video, you can run.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4680394
    • 提供者:廖敏
  1. MeanShiftImproved

    0下载:
  2. 关于meanshift方法的改进,用VC编写。初学者看看,高手多指导!-Improvement on meanshift method, prepared by the VC. Look at the beginners, many experts guide!C
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1247777
    • 提供者:wuweibiao
  1. mean-shift_color-img-segment

    0下载:
  2. 基于matlab的彩色图像分割实验,运用meanshift算法以及区域生长法,算法包含漏检数,正确率的计算。-Matlab-based color image segmentation experiments, the use of algorithms and meanshift region growing algorithm contains the number of missed, calculate the correct rate.
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:198526
    • 提供者:江宸瀚
  1. meanshift

    0下载:
  2. 一般是指一个迭代的步骤,即先算出当前点的偏移均值,然后以此为新的起始点,继续移动,直到满足一定的结束条件。-Generally refers to an iterative step, which is to offset the calculated mean of the current point, and then as a new starting point, continue to move until the end of the meet certain conditions.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:17518
    • 提供者:ZHENGJINGRANG
  1. meanshift_codeforge_2016.3.30

    0下载:
  2. meanshift目标跟踪算法的实现,效果不是很好,又是跟踪不到目标-Meanshift target tracking algorithm to achieve, the effect is not very good, and sometimes can not track the target
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6543
    • 提供者:张荡荡
  1. camshift

    0下载:
  2. Camshift它是MeanShift算法的改进,称为连续自适应的MeanShift算法,CamShift算法的全称是 Continuously Adaptive Mean-SHIFT ,它的基本思想是视频图像的所有帧作MeanShift运算,并将上一帧的结果(即Search Window的中心和大小)作为下一帧MeanShift算法的Search Window的初始值,如此迭代下去。-CAMSHIFT it is improved meanshift algorithm, called for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3174
    • 提供者:张荡荡
  1. MeanShift

    0下载:
  2. 实现mean shift 图像滤波,半径参数可调,直接可运行。-Realization of image mean shift filtering, Radius parameter can be adjusted and can be run directly.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:978
    • 提供者:李恒
  1. meanshift

    0下载:
  2. 在vs2010上运行的均值漂移目标跟踪算法的源程序,采用c++语言编写,具有良好的运行效果。-Mean shift in vs2010 running target tracking algorithm source code, using c++ language, has good operating results.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:15919717
    • 提供者:dick
  1. camshift_tracking

    0下载:
  2. 基于opencv的camshift方法,进行运动目标的检测,效果还不错-Opencv based meanshift method to detect moving targets, the results were good
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:4439
    • 提供者:Joe
  1. meanshift

    0下载:
  2. 均值漂移算法用于图像分割,vs2013配置opencv3.0,有滑动条改变参数。-Mean shift algorithm for image segmentation, vs2013 configuration opencv3.0, there is a slider to change the parameters to see the effect.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:10632598
    • 提供者:陈晨
  1. MeanShift-Trace-Ellipse

    0下载:
  2. mean shift跟踪,椭圆大小及方向随物体运动而变化,始终能框住物体,论文和代码均在压缩包里面,亲测没有问题。-mean shift tracking, oval object the size and direction of the movement with the change, will always be able to frame objects, and code papers were compressed inside, pro-test is no problem.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-30
    • 文件大小:429633
    • 提供者:刘辉
  1. caitufenge

    0下载:
  2. 本程序首先把图像由RGB空间转到HSI空间,然后利用彩色图像分割策略以及meanshift算法对图像进行分割最后加入边界合成。,实现数据的聚类分割。-The program first the image the RGB space to HSI space and then using color image segmentation strategy and meanshift image segmentation algorithm synthesis of the last to jo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4314163
    • 提供者:东升
  1. meanshiftseg

    0下载:
  2. 这是一个关于利用meanshift算法进行图像特征提取的matlab程序,可以直接运行-this is a way for matlab using meanshift,and it is a good process。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1446
    • 提供者:xuxiyan
« 1 2 ... 25 26 27 28 29 3031 32 »
搜珍网 www.dssz.com