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

搜索资源列表

  1. SLIC

    2下载:
  2. 超像素分割程序,既有原码,也有可执行程序,验证过,好用。-Super-pixel segmentation procedure, both the original code, there are executable programs, proven, easy to use.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-18
    • 文件大小:5038080
    • 提供者:yk
  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. segmentation-superpixel

    1下载:
  2. 超像素分割方法,简单线性迭代聚类(SLIC)。-superpixel segmentation mathod algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:56737
    • 提供者:窦长虹
  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. superpixel

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

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

    0下载:
  2. 超像素分割 下载下来可以直接用 可以自定义在、超像素块个数 紧凑系数-SLIC
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:721819
    • 提供者:杜欢
  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-and-DBSCAN-Image-Segmentation

    9下载:
  2. 改进的图像分割算法:运用SLIC超像素分割和DBSCAN聚类算法相结合的方法实现图像分割-Image Segmentation using SLIC SuperPixels and DBSCAN Clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:28527
    • 提供者:taoran
  1. SLIC

    0下载:
  2. 超像素线性分割聚类代码,可以运行,效果比较好,欢迎下载参考-SLIC code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:23616
    • 提供者:lu200613
  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. SLIC SuperPixels and DBSCAN Clustering

    0下载:
  2. 使用SLIC算法的分割,运用DBSCAN算法进行聚类,亲测可用!!!(Segmentation using SLIC algorithm, using DBSCAN algorithm for clustering, pro test available! ! !)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-05
    • 文件大小:28672
    • 提供者:星灬璀璨
  1. slic

    3下载:
  2. 超像素分割图像,将彩色图像转化为CIELAB颜色空间和XY坐标下的5维特征向量,然后对5维特征向量构造距离度量标准,对图像像素进行局部聚类的过程(simple linear iterativeclustering)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:23552
    • 提供者:xbalang
  1. SLIC

    0下载:
  2. 超像素分割算法,基于K-means算法,自己写了一个方便优化,非常实用(Super pixel segmentation algorithm, very practical)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-08
    • 文件大小:28893184
    • 提供者:高xiu
  1. SLIC_matlab

    0下载:
  2. 能够对图像进行超像素分割,分割效果良好。(Super pixel segmentation of images)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:三年同窗
  1. SLIC

    0下载:
  2. 用于图像分割,里用SLIC superpixels处理了图片,得到了超像素分割的结果图(image segmantationSLIC superpixels is used to process the pictures, and the results of super pixel segmentation are obtained.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:23552
    • 提供者:sunyuemingyue
« 1 23 »
搜珍网 www.dssz.com