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

搜索资源列表

  1. 舌图像的反光点进行平滑滤波处理

    0下载:
  2. 舌图像的反光点进行平滑滤波处理,然后采用分水岭算法进行分割,提取舌体。,tongue-image smoothing and watershed segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-28
    • 文件大小:568
    • 提供者:ling
  1. Floodfill

    0下载:
  2. 基于opencv的分水岭算法,可以用来实现图片的快速分割-Opencv-based watershed algorithm can be used for fast image segmentation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1644049
    • 提供者:lw3171796
  1. WaterShed(CPP)

    0下载:
  2. 分水岭算法(WaterShed)的C++实现,针对导入的位图进行分水岭算法分割,是基于MFC的实现-Watershed algorithm (WaterShed) of the C++ implementation of the imported bitmap for the watershed segmentation algorithm is based on the realization of MFC
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:4142020
    • 提供者:KimDoN
  1. segmentation

    0下载:
  2. 分水岭算法的实现源码,基于OPENCV,对于正在进行图像分割的朋友来说,可以看一下官方的大牛。-Watershed algorithm source, based on OPENCV For the ongoing image segmentation friends, you can look at the official cattle.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:5019
    • 提供者:YanZhi
  1. watershed

    0下载:
  2. 三维模型分水岭的分割算法。实现对三维模型的有意义分割。-Three-dimensional model of the watershed segmentation algorithm. Three-dimensional model to achieve meaningful partition.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:53643
    • 提供者:liuzhe
  1. 333333

    0下载:
  2. 图像分割中的分水岭算法,比较的好用,希望大家可以看一下啊!-Image segmentation in watershed algorithms, comparative ease of use, I hope everyone can look at ah!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3342
    • 提供者:maxiaoyan
  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. GPAC

    0下载:
  2. 多区域的分割方法,用到分水岭及水平集等多种算法-A Variational Framework for Multi-Region Pairwise Similarity-based Image Segmentation
  3. 所属分类:Graph program

    • 发布日期:2017-04-17
    • 文件大小:247597
    • 提供者:guxifeixue
  1. ImageFusion

    0下载:
  2. 功能 : 用标记-分水岭算法对输入图像进行分割 算法实现 : 无 输入参数说明 : OriginalImage --输入图像(灰度图,0~255)-Function: The tag- a watershed algorithm to partition the input image algorithm: no input parameter descr iption: OriginalImage- the input image (grayscale, 0 ~ 255)
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2094
    • 提供者:晓琳
  1. fenshuiling

    0下载:
  2. 分水岭法分割图像,不知道对大家是否有帮助-fenshuiling
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:7459
    • 提供者:李墨白
  1. Water

    0下载:
  2. 分水岭算法,可用来分割图像,能得到很好的效果-Watershed algorithm, can be used to partition images, good results can be
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:9528
    • 提供者:林林
  1. watersheld

    0下载:
  2. 用于图像分割的分水岭matlab编码 很好的编码 很实用 希望对大家有用要-watershed code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:352782
    • 提供者:杨伟伟
  1. segment

    0下载:
  2. 基于分水岭算法的图像分割。运行速度快,简便易行-Based on watershed algorithm for image segmentation. Run fast, easy
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1347
    • 提供者:hanzhibin
  1. WaterShed

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6845502
    • 提供者:bai
  1. 963

    0下载:
  2. 为了提取血管扩张收缩的变化趋势,在采集原始视频AVI图像,进行帧序列转换后,提取血管轮廓成为研究 的重点。文中提出了一种基于标记分水岭对血管超声帧图像的分割方法,该法针对超声图像对比度低、噪声强的特点在标记 之前进行小波域增强。实验证明该法较传统的区域生长法更能准确地提取目标轮廓。基于该法得到的血管在连续时间内截面 积变化曲线,更方便医师进行精确的病理分析。由此可见,该法更适用于超声血管图像的边界提取。 -In order to extract the trend of cont
  3. 所属分类:Graph program

    • 发布日期:2017-05-06
    • 文件大小:1052321
    • 提供者:王一
  1. watershed

    1下载:
  2. 分水岭算法的基本实现,用于图像分割。最终可以得到图像的分割线条。-image segmentation based on watershed algrithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:4122
    • 提供者:安素
  1. ImageSegmentation

    0下载:
  2. 应用分水岭方法实现图像分割,适用于各种图像,很不错的-Application of the watershed method to achieve image segmentation, applied to a variety of images, very good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1232
    • 提供者:liu
  1. classicalSegment1

    0下载:
  2. Matlab 经典分割段子,分水岭等,欢迎下载-Matlab classic split scr ipts, please download
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:743
    • 提供者:陈颖帅
  1. WatershedTransformation

    0下载:
  2. 基于分水岭变换的目标图像的分割与计数方法 计算机工程-Based on Watershed Transformation Target Image Segmentation and counting methods computer engineering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:357256
    • 提供者:josh
  1. fenshuiling

    0下载:
  2. 基于标记的Watershed图像分割算法是一种改进的分水岭算法,它很好地被应用于人脸及其他一些场景图像的分割。把该方法引入高分辨遥感图像的分割,并针对遥感图像的特点,在分割之前采用中值滤波对高分辨率遥感图像进行预处理;同时,在分割过程中采用用小波滤波器替代Butterworth滤波器对梯度图像的低通滤波。不同地物特征Quickbird图像的分割实验表明,对于纹理比较均一的高分辨率遥感图像,该方法避免了过分割现象,且效率较高;但对于纹理比较复杂的图像,该方法具有一定的局限性。-Watershed
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:974095
    • 提供者:xiliao
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 23 »
搜珍网 www.dssz.com