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

搜索资源列表

  1. Watershed_Algorithm

    0下载:
  2. 对图像进行的分水岭分割算法,java语言类-images of the watershed segmentation algorithm, java language category
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3.23kb
    • 提供者:Feifei
  1. watershedvc++

    0下载:
  2. 这是个关于图像分水岭分割算法的源程序,在VISUAL C++上实现。-This is a watershed on the image segmentation algorithm source, the Visual C + + to achieve.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4.83kb
    • 提供者:jayxee
  1. watershed

    0下载:
  2. 图像预处理:分水岭分割算法,图像灰度化、高斯平滑、均衡直方图、图像对比度增强
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4.8kb
    • 提供者:sasa
  1. 分水岭分割算法原理与代码

    2下载:
  2. 详细的介绍了分水岭算法的原理,已经相应的源代码.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-12-20
    • 文件大小:93.12kb
    • 提供者:lovecomecame
  1. gridsegmentation.rar

    3下载:
  2. 基于边缘检测的迭代分水岭分割算法源码(内附图片等),Image Segmentation Using Iterative Watersheding Plus Ridge Detection
  3. 所属分类:Special Effects

    • 发布日期:2016-02-17
    • 文件大小:550.58kb
    • 提供者:胡琳昀
  1. color3dseg.rar

    0下载:
  2. 彩色图像分割算法:彩色分水岭分割算法,C++实现,直接对彩色图像进行分割处理。,Color Image Segmentation Algorithm: color watershed segmentation algorithm, C++ to achieve a direct segmentation of color image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:6.67kb
    • 提供者:王悦东
  1. watershed.rar

    0下载:
  2. 程序实现分水岭变换的图像分割,是基于直观分水岭定义的图像分割算法的实现。附件中包含算法介绍的文章。,Process to achieve watershed transformation of image segmentation is based on the intuitive definition of the watershed image segmentation algorithm. Algorithm is described in the annex containing the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.03mb
    • 提供者:赵红丽
  1. LevelSet.rar

    2下载:
  2. 基于matlab平台的分水岭算法图像分割,提取细胞轮廓,Matlab platform based on watershed algorithm image segmentation, contour extraction of cells
  3. 所属分类:Special Effects

    • 发布日期:2015-05-26
    • 文件大小:7.83kb
    • 提供者:dy
  1. gridsegmentation

    0下载:
  2. 这是个关于图像分水岭分割算法的源程序,用matlab实现。-This is a watershed segmentation algorithm on the image source, using matlab to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:625.06kb
    • 提供者:yiweibo
  1. vcdivide

    0下载:
  2. 本书基于直观分水岭定义的图像分割算法,有直观的程序,简单易懂。-The book based on the intuitive definition of watershed image segmentation algorithm, there is an intuitive process, easy-to-read.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1.03mb
    • 提供者:xh
  1. graywatershed

    0下载:
  2. 一个基于matlab的改进的灰度图像分水岭分割算法,该算法改进了普通的分水岭算法的过分割等问题,经过一系列处理可是分割结果更加准确。-Matlab based on gray-scale image of the improved watershed segmentation algorithm to improve the ordinary over-segmentation of watershed algorithm and so on, but after a series dealin
  3. 所属分类:Special Effects

    • 发布日期:2016-04-29
    • 文件大小:1.39kb
    • 提供者:王悦东
  1. watershed

    0下载:
  2. 用Mathematica写的一个基于分水岭的图像分割算法,过程很详细。-Using Mathematica write a watershed-based image segmentation algorithm, the process in great detail.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.55mb
    • 提供者:小白
  1. ex_17_6

    0下载:
  2. 标记分水岭分割算法,如果图像中的目标物体是连接在一起的,采用这种方法能较好的解决问题-Marked a watershed segmentation algorithm, if the image of the object are connected together, using this method can better solve the problem
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:1.34kb
    • 提供者:力量
  1. Watershed-algorithm

    0下载:
  2. 基于距离变换的分水岭分割算法,该算法可以实现对粘连物体的分割。-Watershed algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1.36kb
    • 提供者:覃香
  1. 分水岭_算法

    0下载:
  2. 分水岭的计算过程是一个迭代标注过程。分水岭比较经典的计算方法是L. Vincent提出的。在该算法中,分水岭计算分两个步骤,一个是排序过程,一个是淹没过程。首先对每个像素的灰度级进行从低到高排序,然后在从低到高实现淹没过程中,对每一个局部极小值在h阶高度的影响域采用先进先出(FIFO)结构进行判断及标注。(The watershed computation process is an iterative annotation procedure. Watershed comparison, th
  3. 所属分类:图形图象

    • 发布日期:2017-12-27
    • 文件大小:5kb
    • 提供者:睡袋
  1. 【77】分水岭算法

    0下载:
  2. 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。(Watershed segmentation method, a segme
  3. 所属分类:图形图像处理

  1. 2Watershed

    0下载:
  2. 分水岭分割算法是实现高分辨率遥感影像的分割。里面有各个详细的函数,可直接运行(To achieve remote sensing image segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:68.05mb
    • 提供者:海燕monica88
  1. Watershed_pears

    0下载:
  2. 利用matlab程序编写的图像分割代码,算法为分水岭算法,分割效果很好(Image segmentation code written by MATLAB program, the algorithm is watershed algorithm, the segmentation effect is very good)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:1kb
    • 提供者:pwp
  1. 分水岭算法

    0下载:
  2. 一般的分水岭分割算法,用于图像分割,m文件
  3. 所属分类:图形图像处理(光照,映射..)

  1. 二次分水岭算法

    1下载:
  2. 二次分水岭分割算法,在一次基础上进行改进
  3. 所属分类:图形图像处理(光照,映射..)

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com