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

搜索资源列表

  1. pic

    0下载:
  2. 基于分水岭算法的图像分割,并对该算法进行了优化,优化后的结果比较好。-PICTURE DIVISION
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1239
    • 提供者:张策
  1. image-segmentation_watersheld

    0下载:
  2. 分水岭算法分割彩色图片,使用时只需要更改处理图片的路径即可,属于Matlab程序,压缩文件中含有原始图片-color image segmentation based on watersheld
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:210559
    • 提供者:jiangsanmu
  1. 4-1

    0下载:
  2. 利用分水岭的方法,进行分割,通过此方法进行肺部诊断的一种尝试。有比较大的改进空间,多多交流-Use the watershed approach, segmentation, an attempt to carry out the diagnosis of lung through this method. A relatively large room for improvement, more exchanges
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:649456
    • 提供者:yanshisen
  1. watershed--algorithm

    0下载:
  2. 实现opencv分水岭算法,vs2010+opencv2.4.9-achieve Opencv watershed algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:282657
    • 提供者:WANGXIAOSHUAI
  1. SEGMETER

    0下载:
  2. 细胞粘连分割文献,包括分水岭,距离变换等-Cell adhesion segmentation literature, including watershed, distance transform
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3234158
    • 提供者:crystal
  1. k-value-and-cells-counting

    0下载:
  2. K均值聚类、分水岭算法,可以用来白细胞红细胞计数-K-means clustering, watershed algorithm, can be used for white blood cell red blood cell count
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2036
    • 提供者:yunfeiying
  1. Watershed_

    0下载:
  2. 将标记分水岭分割算法用于肺癌诊断,对肺部CT图像进行平滑滤波处理后再进行梯度运算,进行分水岭算法分割,极具实用价值-t will mark the watershed segmentation algorithm for diagnosis of lung cancer, lung CT image smoothing filter processing operation after gradient, watershed segmentation algorithm, very practi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:649378
    • 提供者:Curry
  1. fenshuiling

    0下载:
  2. 在图像立体匹配过程中,经常用到分水岭算法,对图像进行分割,然后进行立体匹配-In stereo matching process, often used watershed algorithm for image segmentation and stereo matching
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:95339
    • 提供者:新月
  1. fenshuiling2

    0下载:
  2. 使用分水岭算法对图像进行分割,主要是对卫星图像进行分割。-Using the watershed algorithm for image segmentation, mainly on the satellite image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1124
    • 提供者:naivoten
  1. Watershed-Segmentation

    0下载:
  2. 数字图像分割,控制标记符的分水岭分割图像的matlab实现示例-Digital image segmentation, control marker watershed image segmentation of matlab implementation examples
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:23829
    • 提供者:gao
  1. levelset

    0下载:
  2. 分水岭图像分割,输入图像及初始轮廓,经一定次数演化后,越来越接近真实物体边缘-levelset to segment image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2068918
    • 提供者:lynn
  1. Watershed

    0下载:
  2. MFC实现的基于OpenCV的分水岭算法-Watershed algorithm based on OpenCV MFC to achieve
  3. 所属分类:Button control

    • 发布日期:2017-12-18
    • 文件大小:62726144
    • 提供者:李非鱼
  1. image-segmentation

    0下载:
  2. 很全面的图像分割matlab代码,内含分水岭算法,区域生长法等,亲试,很好用-Very comprehensive image segmentation matlab code, containing watershed, region growing method, pro-test, very good use
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2893
    • 提供者:
  1. Untitled

    0下载:
  2. 基于分水岭的图像分割方法,适合新手用来学习使用。-Image segmentation based on watershed, suitable for novices to learn to use.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1089
    • 提供者:金利剑
  1. watershed

    0下载:
  2. 基于分水岭变换的粘连颗粒分割算法研究,主要是预处理,形态学处理,改进后的分水岭分割及特征统计方法的介绍-Adjacent particle segmentation algorithm based on watershed transform is mainly pre-processing, morphological processing, improved watershed segmentation and feature statistical methods
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:132039
    • 提供者:张东霞
  1. braintissue

    2下载:
  2. 对最大的连通区域依次进行膨胀,闭操作,填充空穴得到脑模板,再将原图和脑模板相乘得到脑组织图像;对距离函数取反,然后进行分水岭操作,显示每一个连通区域;对合并之后的连通区域进行闭操作去除分水线,然后将里面的空洞进行填充,再将其膨胀,减去填充后的模板便可得到各个结构的轮廓线-The maximum connected region sequentially inflated closing operation, fill the hole to give the brain a template,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1382
    • 提供者:soso
  1. MRIxiaonaonaogan

    1下载:
  2. 从脑部MRI图像中提取小脑和脑干,分别采用k均值聚类算法,阈值分割,形态学操作,分水岭算法,区域合并-Brainstem and cerebellum extracts the brain MRI images were used to k-means clustering algorithm, thresholding, morphological operations, watershed algorithm, region merging, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:5161
    • 提供者:soso
  1. MRIzuoyounaobanqiu

    0下载:
  2. 从脑部MRI图像中提取左右脑半球,分别采用k均值聚类算法,阈值分割,形态学操作,分水岭算法,区域合并-Extracted the brain MRI image left and right brain hemispheres, respectively k-means clustering algorithm, thresholding, morphological operations, watershed algorithm, region merging, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:5181
    • 提供者:soso
  1. fsl

    0下载:
  2. watered 分水岭程序代码。内含3种方法实现分水岭算法。简单易懂,可以对分水岭算法有更进一步的了解。-watered watershed program code. It contains three methods to achieve watershed algorithm. Easy to understand, we can have a better understanding of the watershed algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2849
    • 提供者:zhijinwei
  1. watershed

    0下载:
  2. 本程序是分水岭图像分割的matlab程序,可以直接运行。仅需要改下图片路径!-This procedure is a watershed image segmentation of matlab procedures, can be directly run.Only need to change the image path!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:167965
    • 提供者:janlee
« 1 2 ... 25 26 27 28 29 3031 32 »
搜珍网 www.dssz.com