CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 分水岭分割

搜索资源列表

  1. Summerwatershold

    0下载:
  2. 细胞粘连分割算法,分水岭实现,是一篇论文的验证程序,保证可靠性,实验图片附内-cell adhesion segmentation algorithm, a watershed achievement is a paper verification process to ensure reliability, within experimental Photo :
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:941471
    • 提供者:luori
  1. Watershed-Segmentation

    0下载:
  2. 用标记-分水岭算法对输入图像进行分割 This the implementation of the algorithm based on immersion model.-Markers-watershed algorithm, the image segmentation This is the implement ation of the algorithm based on immersion model .
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9822
    • 提供者:肖雪
  1. Watershed11

    1下载:
  2. 用标记-分水岭算法对输入图像进行分割,是在Vc++下的程序代码-Markers-watershed algorithm input image segmentation is the Vc procedures under the code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3260
    • 提供者:孙利君
  1. 分水岭分割精美算法!

    3下载:
  2. 分水岭分割精美算法!分水岭分割精美算法!分水岭分割精美算法!
  3. 所属分类:系统编程

    • 发布日期:2011-04-09
    • 文件大小:191302
    • 提供者:zqszr@163.com
  1. WaterShed

    0下载:
  2. VC++图像分水岭分割算法控件及示例源代码,在Photoshop里会看到这种效果,程序可能还有不完善的地方,有时候会出现内存不足的提示,不过整体感觉程序写的还是不错的,有兴趣的VCFans可下载编译一下。 -VC++ image watershed segmentation algorithm and the sample source code control, in Photoshop, will see this effect, the program may also be desi
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:354838
    • 提供者:madud00079
  1. threemethodsofimageprocessing

    0下载:
  2. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1508
    • 提供者:xuehu
  1. WATERSHED

    0下载:
  2. 用于图像处理,利用分水岭方法实现灰度图像的分割-For image processing, gray-scale implementation Ways to use a watershed image segmentation
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:8104
    • 提供者:nini
  1. yy

    0下载:
  2. 基于标记约束的分水岭分割程序 简单的图像分割算法-Marked a watershed-based segmentation procedure bound
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2951
    • 提供者:幻想
  1. 33

    0下载:
  2. 3.使用梯度的两次分水岭分割程序 可以实现相关功能-The use of gradient watershed segmentation of the two procedures
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2783
    • 提供者:幻想
  1. watershed

    0下载:
  2. 基于ift的分水岭算法 可以在c++环境下,实现对彩色图像的分水岭分割,较基础分水岭算法节省了时间周期和复杂度。-ift-based watershed Segmentation
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:2479
    • 提供者:dsp
  1. Cwatershed

    0下载:
  2. C语言开发的基于梯度图的分水岭变换,用于灰度图像的分割,具有比较好的分割效果。-C language development gradient map based on watershed transformation for gray-scale image segmentation, with a relatively good segmentation results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:3764
    • 提供者:杨晓辉
  1. watershed_serial

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

    • 发布日期:2017-05-13
    • 文件大小:3496408
    • 提供者:王帅
  1. WaterShed

    0下载:
  2. 一种使用分水岭分割实现的图像分割方法,完整的vc++工程-Image segmentation with watershred
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:355374
    • 提供者:zhang jun
  1. Wvcwatersheda

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

    • 发布日期:2017-04-17
    • 文件大小:66089
    • 提供者:认可
  1. PS

    0下载:
  2. 主要应用于图像分割,基于分水岭分割算法的图像分割-The ICON partitions
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:3367
    • 提供者:孙玉
  1. Watershed-segmentation

    0下载:
  2. 这是一个分水岭分割算法的c++程序,效果还不错。-This is a watershed segmentation algorithm c++ program, the results were pretty good
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:425409
    • 提供者:吴庆海
  1. section-base-on-lab-Watershed

    1下载:
  2. 标记分水岭分割算法,用来对图像中的目标物体是连在一起的时候进行图像分割-Mark Watershed segmentation algorithm, used to image the target object is linked to the time for image segmentation
  3. 所属分类:Windows Develop

    • 发布日期:2016-05-24
    • 文件大小:1024
    • 提供者:wyb
  1. quheixian

    0下载:
  2. 分水岭分割之后会存在分水岭线,可去除分水岭线-There will be a watershed after watershed dividing line can be removed watershed line
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:849
    • 提供者:ddd
  1. yuzhi

    0下载:
  2. 利用最大熵阈值,来进行分水岭分割算法,进行有效分割 -Using the maximum entropy threshold for watershed segmentation algorithm for effective segmentation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1820
    • 提供者:ddd
  1. segmentation_picture(分水岭分割算法)

    0下载:
  2. 初步实现分水岭分割算法,平台为:VS 2015 + opencv 3.2(Preliminary realization of watershed segmentation algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:8872960
    • 提供者:木木_Ashley
« 12 »
搜珍网 www.dssz.com