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

搜索资源列表

  1. image-segmentation

    0下载:
  2. 两种常见的图像分割算法,分水岭算法,可以使用-Two common image segmentation algorithm, watershed algorithm, you can use
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:367802
    • 提供者:胡婷的
  1. Bpsoorara

    1下载:
  2. 一种基于粒子群算法的(psso)的otsu图像分割算法。 -Otsu image segmentation algorithm based on particle swarm optimization (psso).
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:753
    • 提供者:zcl1233
  1. huidufenge

    0下载:
  2. 在图像识别技术的实现过程中,图像分割是一个重要的预处理环节,图像分割效果,直接影响着后续的分类、目标识别、图像分析、图像理解等过程的结果。针对着不同的图像特点,目前已经提出了错综复杂的图像分割算法。其中基于图论的图像分割算法是近几年研究的热点,这类算法着眼于全局,更注重局部数据的处理,比一般方法可以获得更佳的效果,并且图论理论有着比较完备的数学理论基础,将其用于图像处理有着较好的应用前景。-In the implementation process of image recognition te
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:3821067
    • 提供者:xingzhiwen
  1. image

    0下载:
  2. 用matlab实现的图像分割算法,可直接运行-Image segmentation algorithm matlab implementation, and can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:2662709
    • 提供者:wen
  1. level-set

    0下载:
  2. 水平集方法的诞生有效解决了以前算法不能解决的在曲线演化过程中的拓扑变化问题,其核心是利用水平集这一数学理论来对能量函数进行极小值求解的曲线演化过程,通过求解极小值最终获取目标轮廓从而达到图像分割的目的 为了解决不同应用领域的图像处理问题,各种相应的基于水平集方法的图像分割算法已被提出,大量的研究者仍在不断地改进和提高这些算法的效率和有效性.对现有的用于部分图像分割的水平集方法进行了综述,主要介绍传统水平集方法无重新初始化水平集方法连续水平集方法以及最近相关的改进方法,并简要讨论了各种方法的优缺点
  3. 所属分类:Communication

    • 发布日期:2017-12-04
    • 文件大小:554807
    • 提供者:张倩
  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. 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. 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. 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. level-set

    0下载:
  2. 这是基于活动轮廓模型的水平集图像分割算法,函数比较全,值得参考-This is the level set image segmentation algorithm based on active contour model, the functions are full, which is worthy to read
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-18
    • 文件大小:13072
    • 提供者:弓晓虹
  1. NormalizedCuts

    0下载:
  2. 图像分割算法,经过改进后很好的一个算法。希望和大家交流-Image segmentation algorithm, the improved after a good algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-13
    • 文件大小:736080
    • 提供者:tianji
  1. Improved-growcut-with-Snake

    1下载:
  2. 基于改进的Grow-Cut和蛇模型的图像分割算法的研究与实现-Grow-Cut and snake improved model image segmentation algorithm based and Implementation
  3. 所属分类:Special Effects

    • 发布日期:2015-06-13
    • 文件大小:12288
    • 提供者:马志远
  1. segment

    1下载:
  2. 基于VS2010的图像分割源码,包含一些常用的图像分割算法,如边缘检测、区域生长、阈值分割等,需添加灰度图调试-Based on the the VS2010 image segmentation source, contains some of the commonly used image segmentation algorithm, such as edge detection, region growing, thresholding, need to add the gray lev
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:20858636
    • 提供者:马蕾
  1. K-means

    0下载:
  2. 在诸多的图像分割算法中,K-means聚类方法体现出了高效性和简洁性。该代码完整实现了k-means算法,并利用该算法进行图形分割。k-means 算法接受参数 k,然后将事先输入的n个数据对象划分为 k个聚类以使得所获得的聚类满足:同一聚类中的对象相似度较高,不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-This code implements the K-means method for image segmentation,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:62007
    • 提供者:Zhang
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com