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

搜索资源列表

  1. SLICSuperpixelsAndSupervoxelsCode

    0下载:
  2. 一种超像素计算方法(SLIC)的实现。项目主页参见ivrgwww.epfl.ch/supplementary_material/RK_SLICSuperpixels/index.html。此处为了方便实验,添加批处理功能,选择输入输出文件夹即可。-The basic project home is:ivrgwww.epfl.ch/supplementary_material/RK_SLICSuperpixels/index.html。I add some experienment functi
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-10
    • 文件大小:5172014
    • 提供者:zhangming
  1. slic

    10下载:
  2. 基于matlab的超像素图像分割算法实现代码,将图像分割为小块表示-Matlab-based super-pixel image segmentation algorithm code, the image is divided into small representation
  3. 所属分类:Special Effects

    • 发布日期:2014-06-01
    • 文件大小:2048
    • 提供者:李鹏
  1. graphcut

    1下载:
  2. 自己实现的SLIC的代码,效果不错,自己实验过,元文章中的图片分割效果可以,注释不错-SLIC code themselves to achieve, good results
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10279233
    • 提供者:祁成祚
  1. SLIC2013

    1下载:
  2. 过分割算法,快速实现图像的超像素生成,生成效果比较好,可以供大家参考-SLIC agrithrom ,for superpixels producted
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:973852
    • 提供者:lionel
  1. SuperPixel

    7下载:
  2. matlab版的slic超像素分割代码,非常实用,效果很好-matlab version of the super slic pixel-division code, very practical, very good
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:5120
    • 提供者:fengyuanyuan
  1. slic

    0下载:
  2. 图像分割(Segmentation)指的是将数字图像细分为多个图像子区域(像素的集合)(也被称作超像素)的过程。超像素由一系列位置相邻且颜色、亮度、纹理等特征相似的像素点组成的小区域。这些小区域大多保留了进一步进行图像分割的有效信息,且一般不会破坏图像中物体的边界信息。- image segmentation (Segmentation) refers to the process of segmentation of digital images into a number of sub re
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1742
    • 提供者:张荡荡
  1. water_seg

    0下载:
  2. 直接用分水岭分割算法效果并不好,如果在图像中对前景和背景进行标注区别,再应用分水岭算法会取得较好的分割效果-SLIC with matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1401
    • 提供者:windy
  1. superpixel

    0下载:
  2. SLIC超像素分割算法实现,c++,可以直接运行。-SLIC super pixel segmentation algorithm, c++, can be directly run.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:5793724
    • 提供者:qishen
  1. indoor_scene_seg_sup

    0下载:
  2. 室内场景分割,运用SLIC的算法进行图像分割,快速,均匀-Indoor scene segmentation using SLIC algorithm for image segmentation, rapid and uniform
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3654142
    • 提供者:李红达
  1. SLIC_mex

    3下载:
  2. 利用SLIC超像素分割方法对图像进行超像素分割。MATLAB代码-SLIC use super pixel segmentation method for image super pixel division. MATLAB code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:78848
    • 提供者:刘博雅
  1. SLIC_segment

    1下载:
  2. SLIC 超像素分割算法,在MATLAB平台上实现的算法,其核心为:首先均匀地指定聚类中心,然后根据features将周围的点聚类。- SLIC super pixel segmentation algorithm implemented on the MATLAB platform, the core idea is: first to specify the cluster center, and then according to the features clustering aro
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:25600
    • 提供者:姚亚风
  1. SLICsuperpixel

    2下载:
  2. 自己编写的SLIC超像素分割,包括图片,论文-SLIC superpixel algorithm written by myself
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:4925706
    • 提供者:zoujing
  1. slic

    2下载:
  2. 使用超像素实现图像处理分割,效果很好,基于matlab环境。-using slice to complete image segmentation under matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2048
    • 提供者:刘成启
  1. SuperPixel

    0下载:
  2. slic超像素分割源码,SLIC超像素分割算法对彩色图像进行过分割,.超像素分割作为 图像分割的一种,它以基本单元的形式将图像中相似区域归为一类,并把这些基本单元作为目标对象以 减少冗余信息,以便快速地分割出目标物体-slic superpixel code
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:1864130
    • 提供者:Jeff
  1. SLIC_mex

    1下载:
  2. 将图像分割成超像素,作为图像处理的与操作,与其他图像分割程序相结合(The image is segmented into hyper pixels, used as image processing and operation, and combined with other image segmentation programs)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:77824
    • 提供者:HIWFS
  1. 5956474SuperPixel

    0下载:
  2. 超像素分割程序,用的slic方法,希望对大家有帮助!(the superpixel code)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:4096
    • 提供者:千千smile22
  1. SLIC

    0下载:
  2. 可以进行彩色图像分割,在文保领域具有很好应用前景。(color image segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:27648
    • 提供者:梁胜
  1. SLIC_Windows_GUI

    0下载:
  2. 相当酷炫的超像素分割,工程打开直接使用!(Super pixel segmentation quite cool, open the project directly!)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:866304
    • 提供者:cwad
  1. SNIC_mex

    0下载:
  2. 一种最新的分割方法,比SLIC方法效果更好(One of the newest segmentation methods works better than the SLIC method)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-09
    • 文件大小:62464
    • 提供者:夜123
  1. 决策树训练及分类

    2下载:
  2. 该压缩包包括两个文件: 1、main.m 将训练数据输入到决策树中,训练并在自动分好的测试数据上测试,并保存训练好的决策树 ctree.mat文件。 2、classification.m 加载训练好的决策树,使用决策树对新输入的数据进行分类。 该方法主要用于对SLIC超像素块进行分类,稍加修改可以用于其他数据分类。(The compression package consists of two files: 1. Main. m inputs training data into decisio
  3. 所属分类:图形图像处理

    • 发布日期:2020-02-08
    • 文件大小:3072
    • 提供者:ANR~
« 1 23 »
搜珍网 www.dssz.com