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

搜索资源列表

  1. watershed

    0下载:
  2. 分水岭图像分割算法C++程序源代码简单明了图像分割效果好-watershed arithmetic methods
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:95303
    • 提供者:MAX
  1. MinCut

    0下载:
  2. 实现最小割,基于图的图像分割算法,学习必备。-Minimum cut graph-based image segmentation algorithm, learning essential.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:15294
    • 提供者:Sonny
  1. water_cheti

    0下载:
  2. 8.4 水域分割 水域分割,又称watershed变换,是模仿地形图浸没过程的一种形态学分割算法,其本质是利用图像的区域特征来分割图像的,它将边缘检测与区域成长的优点结合起来,能够得到单像素的,连通的,封闭的,并且位置准确的轮廓。因此是应用比较广泛的一种图像分割算法。 -Image Watershed Segmentation This is the implementation of the algorithm based on immersion model.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:14274
    • 提供者:徐卫东
  1. LBF_v0

    1下载:
  2. Chunming Li基于水平集的多相分割算法,速度非常快-Chunming Li multiphase segmentation algorithm based on the level set speed is very fast
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:45374
    • 提供者:阳光
  1. image-thresholding-segmentation

    1下载:
  2. ]图像分割是图像处理的一个重要研究方向,本文在介绍了基于阈值的图像分割算法的基础上,针对最大类间方差的寻优问 题,利用遗传算法求解最佳闽值-Image processing image segmentation is an important research direction in this paper, based on the threshold image segmentation algorithm based on Otsu, aiming at the optimizatio
  3. 所属分类:Special Effects

    • 发布日期:2015-05-07
    • 文件大小:187392
    • 提供者:
  1. yingyongbiaojifenshuilingsuanfa

    1下载:
  2. 如果图像中的目标物体是连在一起的,则分割起来会更困难,分水岭算法经常用于处理这类问题,通常会取得比较好的效果。分水岭分割算法把图像看成一副“地形图”,其中亮度比较强的地区像素值较大,而比较暗的地区像素比较小,通过寻找“汇水盆地”和“分水岭界限”,对图像进行分割。-If the object in the image together, then split up and it will be more difficult, the watershed algorithm often used t
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-18
    • 文件大小:1989
    • 提供者:mr.li
  1. kmeanPzuidashangsegment

    0下载:
  2. K_means 和 最大熵 图像区域分割算法程序源代码 可以成功运行-K_means and maximum entropy image region segmentation algorithm source code can be run successfully
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:1493
    • 提供者:张力
  1. k_mean_seg

    0下载:
  2. 利用k均值算法对图像色彩进行聚类分割,将图像中色彩相近的分割成一块。一种很好的图像分割算法。-K-means clustering segmentation algorithm for image color, the color in the image is divided into a similar. A good image segmentation algorithm.
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:1065765
    • 提供者:大超
  1. ColorSegmentationExample

    0下载:
  2. 基于颜色的图像分割算法,具体利用的方法可以参考里边的文献,已调试,可以正常使用。-Image segmentation algorithm based on color, the specific use of the method can refer to the inside of the literature has debugging, can be used normally.
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:6037
    • 提供者:易扬
  1. kmeans_seg

    0下载:
  2. 基于K-means聚类的图像分割算法,想法比较简单,实现很方便,运行速度很快,有例图。-Image segmentation based on K-means clustering algorithm, the idea is relatively simple, very convenient, fast run case diagram.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:228808
    • 提供者:易扬
  1. GraphSeg

    0下载:
  2. 全局阈值图像分割算法,很经典的一种分割算法,学习图像分割的研究人士必须掌握的一种方法-Global threshold image segmentation algorithm, very classic segmentation algorithm, the learning image segmentation must master a method
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:1193420
    • 提供者:易扬
  1. MarkerWatershed

    0下载:
  2. 标记分水岭比较了开闭和基于重构的开闭的效果及分割染色后的效果图... 标记分水岭分割算法-Mark a watershed in comparing the opening and closing and effect diagram based on the effect of opening and closing and split reconstructed stained ... marked watershed segmentation algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:5039211
    • 提供者:joflay
  1. DSNew

    1下载:
  2. 基于Delaunay算法的图像分割及像素聚类模型,可自适应估计聚类数,是一种有效的图像分割算法。-This function applies the Delaunay-based image segmentation, which is a fully automated process that does not require initial estimate of number of clusters.
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:8744918
    • 提供者:徐俊仁
  1. lbp-space-segement-

    0下载:
  2. 基于LBP颜色空间的特征的图像分割算法MATLAB代码-Based on the characteristics of the color image segmentation algorithm MATLAB code, LBP color space
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:1240376
    • 提供者:钟陈
  1. MRF2.2

    0下载:
  2. 使用MRF实现物体的分割算法,验证有效。-MRF object segmentation algorithm validated.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:62100
    • 提供者:夏杰
  1. division

    0下载:
  2. 自动选择阀值与手动选择阀值的阀值分割算法,灰度直方图的matlab实现-Automatic selection valve value and manually choose valve value of threshold segmentation algorithm, gray histogram in matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-12-05
    • 文件大小:1262
    • 提供者:HZC
  1. Qt-ITK-VTK-Image-Viewer

    0下载:
  2. 主要实现的是导入选择路径下的图像,实现不同格式图像的显示,实现了图像的分割算法。-The main achievement of the import select the path of the image display of images of different formats, the image segmentation algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-02
    • 文件大小:16603
    • 提供者:封小云
  1. graph_matching_SMAC_02_06_2011

    0下载:
  2. 代码实现了基于图匹配的分割算法-implementation of graph matching based image segmentation.
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:386069
    • 提供者:tanben
  1. jiyuhudujuli

    0下载:
  2. 基于弧度距离的时间序列相似度量,分段线性分割算法-Time series similarity measure based on the curvature of the distance
  3. 所属分类:Development Research

    • 发布日期:2017-12-01
    • 文件大小:629271
    • 提供者:weird
  1. Texture-Detection

    0下载:
  2. 纹理检测 分割算法 matlab vc 代码 + 数篇ieee纹理检测 中英文 论文-Texture Detection segmentation algorithm Matlab vc code+ several articles the ieee texture detection in English papers
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:12120064
    • 提供者:sun
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com