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

搜索资源列表

  1. WaterShed--CPP

    0下载:
  2. 分水岭算法 用MFC编写的分水岭算法,可以通过这一经典算法,去启迪读者了解图像处理的方法和思路,十分不错,值得借鉴。-Watershed algorithm written in MFC watershed algorithm, can pass the classic algorithms, to inspire readers to understand the image processing method and train of thought, is very good, is wo
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-30
    • 文件大小:12166812
    • 提供者:lionel
  1. code

    0下载:
  2. 基于MATLAB的基础分水岭算法及改进算法的实现-the application and the improvement of the watershed algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:15852
    • 提供者:sophia
  1. image-segmentation

    1下载:
  2. 采用分水岭算法对图像进行分割。直接对图像进行分水岭算法,效果并不理想。本方法使用形态学重建技术对前景对象进行标记,求局部极大值,最终将分割好的图像进行伪彩色显示,让结果更加明显。适用于较复杂的图像分割处理。-Using watershed algorithm for image segmentation. Watershed algorithm for image directly, the effect is not ideal. This method uses morphological
  3. 所属分类:Special Effects

    • 发布日期:2016-05-24
    • 文件大小:118784
    • 提供者:
  1. segmentation

    0下载:
  2. 使用分水岭算法进行图像分割,包含边缘检测,傅里叶变换滤波等内容,文件包含.m源码以及测试图片 -Using the watershed algorithm for image segmentation, including edge detection, Fourier transform filtering,containing source code and test images
  3. 所属分类:Fractal program

    • 发布日期:2017-05-09
    • 文件大小:1619620
    • 提供者:赵乾坤
  1. watershed

    0下载:
  2. 通过分水岭算法实现图像分割,方法简单实用,希望对大家学习图像处理有帮助-segmentation using watershed algotithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:18300
    • 提供者:夏天
  1. Inprov_watershed

    0下载:
  2. 基于标记符的分水岭分割算法,可以控制最小分割块的大小,返回图像的分割边界线。-Tag based watershed segmentation algorithm, can control the size of the smallest sub-blocks, returns division boundary line of the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:702
    • 提供者:谢双云
  1. marker-Watershed

    1下载:
  2. 一种区域自适应的标记分水岭分割算法,源码+参考文献+实例-A Regional Adaptive Marker Watershed
  3. 所属分类:Special Effects

    • 发布日期:2016-04-24
    • 文件大小:2032640
    • 提供者:胡忠文
  1. watershed

    1下载:
  2. 分水岭算法的Matlab实现,面向对象的图像分割-watershed, object-based image segmentation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:180474
    • 提供者:GUOKE007666V2
  1. Watershed-algorithm

    0下载:
  2. 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法。-Watershed segmentation method is a method of mathematical morphology segmentation topological theory.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1427
    • 提供者:蛋壳
  1. levelset1

    0下载:
  2. 基于matlab平台的分水岭算法图像分割,分割结果准确,运行速度快-Watershed algorithm based on matlab image segmentation, the segmentation results are accurate and fast
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:4724
    • 提供者:yang shun
  1. deviide

    0下载:
  2. 实现分水岭图像分割,需要手动操作图像,另外图像的路径由自己设定,因人而异-Watershed Segmentation realized the need to manually manipulate the image, another path to the image set by themselves, vary
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:19255407
    • 提供者:陈梦
  1. gradientMethod

    0下载:
  2. 数字图像处理的分水岭算法,本文采用梯度进行分水岭算法的实现-Watershed algorithm for digital image processing, we use the gradient to achieve watershed algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1202
    • 提供者:毛钟林
  1. tupianfenge

    0下载:
  2. 该GUI比较简单,可以自由读取位图,并将其二进制,也可对其添加噪声;分割算法主要有边缘检测分割,及分水岭分割。-The GUI is simple, you can freely read the bitmap, and binary, its also add noise segmentation algorithms are mainly split edge detection, and watershed segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:153100
    • 提供者:guguangze
  1. Watershed-algorithm

    0下载:
  2. 利用MATLAB实现分水岭算法得到图像分割-Watershed algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:11284
    • 提供者:李广
  1. Mark-a-watershed-segmentation

    1下载:
  2. 基于标记的分水岭图像分割算法,是通过MATLAB编写的,算法运行比较快,更改读入图像的路径就可以运行。-Watershed image segmentation algorithm based on mark
  3. 所属分类:Special Effects

    • 发布日期:2016-05-24
    • 文件大小:338944
    • 提供者:李广
  1. watershed-CPP

    0下载:
  2. 图像分水岭算法的实现,采用经典分水岭算法-image watershed processe
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4998954
    • 提供者:毛晨思
  1. watershed

    0下载:
  2. 用于图像分割的数学形态学分水岭算法的matlab实现。-Matlab code of Watershed algorithm for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:565
    • 提供者:w
  1. matlab(watershed)

    0下载:
  2. 实现分水岭算法,可以对数字图像进行分水岭分割-Achieve watershed algorithm, digital image watershed segmentation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:2184
    • 提供者:郭和
  1. tuxiangfenge

    0下载:
  2. 分水岭算法和遗传算法两种方法实现图像分割-Watershed and genetic algorithms for image segmentation in two ways
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:465855
    • 提供者:wanghm
  1. Beem-0.1.4

    0下载:
  2. 图像分割,基于分水岭算法,对图像进行分割处理-Based on image segmentation, watershed algorithm, image segmentation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-07
    • 文件大小:1427419
    • 提供者:gao
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 »
搜珍网 www.dssz.com