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

搜索资源列表

  1. fenshuiling---1

    0下载:
  2. 分水岭算法VC源代码和详细说明:梯度图像、标记图像的预处理,最后找到分水岭-watershed algorithm source code and detailed descr iption : gradient image, marking image preprocessing, Calibration of regional connectivity, finally found watershed
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-19
    • 文件大小:29946880
    • 提供者:杨云雪
  1. segmentation

    0下载:
  2. 可以实现对图像的分割,算法使用的是分水岭算法-Can achieve image segmentation algorithm using a watershed algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1680904
    • 提供者:詹志刚
  1. watershed

    0下载:
  2. 分水岭算法 适合彩色图像的处理,对纹理很有效 可以下载来-Applications watershed algorithm to process the image .Suitable for color image processing, the texture is very effective Applications watershed algorithm to process the image Suitable for color image processing, the text
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6567932
    • 提供者:张三
  1. watershed

    0下载:
  2. 基于opencv的分水岭算法,带标记。详情请参见“带标记的分水岭算法”-Opencv-based watershed algorithm with marker, you can take.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11431864
    • 提供者:d2fans
  1. skelon

    0下载:
  2. 在标记分水岭算法中可以利用骨架作为标记进行分水岭变换-In marked watershed algorithm can be used as a marker watershed transform skeleton
  3. 所属分类:Other windows programs

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

    0下载:
  2. 数字图像阀值分割各种方法 最大熵 OTSU 双峰法 迭代法 分水岭算法 -Digital image threshold segmentation methods maximum entropy OTSU method of bimodal iterative method of watershed algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:145084
    • 提供者:泡泡
  1. Watershed

    0下载:
  2. 分水岭算法的一种源程序,具体内容需要修改-Watershed matlab C++
  3. 所属分类:Graph program

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

    1下载:
  2. 基于opencv实现分水岭算法的图像分割程序,在图像的不同区域画线,然后按w键运行算法,就可得到分割图像。-Image segmentation based on opencv achieve watershed algorithm procedures, in different areas of the image line drawing, and then press the w key operation algorithm, image segmentation can be obt
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:15656765
    • 提供者:soleon
  1. watershed

    0下载:
  2. 用C++写的OPENCV的分水岭算法源码-watershed algorithm with cpp and opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:27275
    • 提供者:李清军
  1. xingtaixuetuxiangfenge

    0下载:
  2. 形态学图像分割,分水岭算法,实现了对一堆水果进行分割-xing tai xue tu xiang fen ge
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:555300
    • 提供者:
  1. Watershed

    0下载:
  2. 在图像处理时,有时需要用到分水岭算法实现图像分割。这个代码是用VC++实现的分水岭算法。-In the image processing, and sometimes need to use watershed segmentation algorithm. This code is a watershed algorithm using VC++ implementation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:314066
    • 提供者:fanshengnan
  1. tu-xiang-chu-li2

    0下载:
  2. 程序代码Roberts算子分割结果,Otsu法阈值分割图像,分水岭算法-Roberts operator code segmentation, Otsu thresholding method image, watershed algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:112043
    • 提供者:song
  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. watershed

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

    • 发布日期:2017-04-16
    • 文件大小:180474
    • 提供者:GUOKE007666V2
  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. 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 2 ... 10 11 12 13 14 1516 17 18 19 20 21 22 »
搜珍网 www.dssz.com