CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - slic

搜索资源列表

  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. SLIC-superpixels-segementation

    2下载:
  2. SLIC 超像素分割算法,分割速度快,效果好,使用c++实现,内含源码和相应的软件,只要一输入图像就能实现分割-SLIC super-pixel segmentation algorithm, split fast, good effect, use c++ achieve, containing the source code and the corresponding software, as long as the input image segmentation can be achie
  3. 所属分类:Special Effects

    • 发布日期:2015-05-19
    • 文件大小:16063488
    • 提供者:杨光
  1. SLIC2013

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

    • 发布日期:2017-05-02
    • 文件大小:973852
    • 提供者:lionel
  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. SLIC-Superpixels_C

    1下载:
  2. C语言实现的slic超像素分割算法,效果不错,可以使用-SLIC language C super pixel segmentation algorithm, the effect is good, you can use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:203157
    • 提供者:张荡荡
  1. slic

    1下载:
  2. SLIC聚类分割图像,包括转换颜色空间,迭代设置,迭代聚类,去坏点,网格化等处理-SLIC clustering image segmentation, including color space conversion, iterative set, iterative clustering, go bad, grid etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1728
    • 提供者:xufang
  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. Simple Linear Iterative Clustering(SLIC) 算法实现; 需要添加 Opencv-Simple Linear Iterative Clustering (SLIC) algorithm we need to add Opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8183633
    • 提供者:邓麟
  1. Slic

    0下载:
  2. SLIC主要运用K-means聚类算法进行超像素的处理,聚类算法中的距离度量不仅仅包括颜色空间的颜色距离还包括像素坐标的欧氏距离。所以K-means聚类的中心点由五维向量组成。其中包括,记录LAB颜色空间下的像素以及该像素点的XY坐标,由于XY坐标不能和颜色空间直接进行计算,所以添加了一个紧密度的参数。(slic superpixelSLIC mainly uses the K-means clustering algorithm for ultra pixel processing, the
  3. 所属分类:图形图像处理

  1. SLICC++

    1下载:
  2. 使用Opencv的C++接口,改写SLIC官方源码,更加简洁易用(Rewirte the official code of SLIC with Opencv C++. It is more easy to use!)
  3. 所属分类:图形图像处理

  1. SLICSuperpixelsAndSupervoxelsCode

    0下载:
  2. slic 的 C++版本,包含源程序,头文件等。(the C++ version of SLIC, including the original code and head files)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:175104
    • 提供者:黄瓜饺子
  1. SLIC-Superpixels-master

    0下载:
  2. slic ncut algo for supper pixel
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:202752
    • 提供者:kiv
  1. slic

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

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

    1下载:
  2. python下实现slic分割算法,里面有实例(Implementation of SLIC segmentation algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:477184
    • 提供者:南宫zcf
  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. slic-python-implementation-master

    1下载:
  2. SLIC算法实现超像素聚类,python版本为2.7(SLIC Algorithm for Superpixel Clustering, Python version is 2.7)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-07
    • 文件大小:1832960
    • 提供者:Dechen
  1. slic

    1下载:
  2. SLIC超像素分割算法,利用Kmeans等对图像进行分割,识别图像边缘(SLIC super pixel segmentation algorithm, USES Kmeans to segment the image and identify the image edges)
  3. 所属分类:图形图像处理

    • 发布日期:2019-03-27
    • 文件大小:24576
    • 提供者:ly大海ly
  1. SLIC_mex

    1下载:
  2. SLIC超像素分割matlab版本,主要算法为C++与matlab算法联动(SLIC super pixel segmentation matlab version, the main algorithm is C++ and matlab algorithm linkage)
  3. 所属分类:图形图像处理

    • 发布日期:2019-04-14
    • 文件大小:2608128
    • 提供者:ly大海ly
  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~
« 12 »
搜珍网 www.dssz.com