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

搜索资源列表

  1. Edge_Detection_and_Segmentation

    0下载:
  2. 边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6777
    • 提供者:major
  1. WarterShedTransform

    0下载:
  2. 分三种类型实现分水岭算法:一般分水岭分割、使用梯度的两次分水岭分割、使用梯度加掩模的三次分水岭算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1481
    • 提供者:rexing
  1. watershed

    0下载:
  2. 图像预处理:分水岭分割算法,图像灰度化、高斯平滑、均衡直方图、图像对比度增强
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4919
    • 提供者:sasa
  1. fenshui3

    0下载:
  2. 该程序是对原图像进行梯度加掩模的三次分水岭分割
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:943
    • 提供者:lj
  1. MyImageDB(WatershedandFCM)

    1下载:
  2. 先对图像进行开闭滤波,再使用分水岭分割图像,然后使用FCM对初始分割进行聚类,得到最终分割结果,对医学图像效果比较好。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:680854
    • 提供者:xiaochunlei
  1. 分水岭算法VC实现

    1下载:
  2. 本程序用VC++编写,实现了分水岭算法对图像的分割。效果非常不错
  3. 所属分类:2D图形编程

    • 发布日期:2009-06-29
    • 文件大小:244789
    • 提供者:woshiljr
  1. 分水岭算法——matlab

    1下载:
  2. matlab 图形界面 标记分水岭方法 图像分割
  3. 所属分类:图形图像处理(光照,映射..)

  1. WaterShed.rar

    0下载:
  2. 分水岭算法,可好使。可实现防过度分割的现象!!!!!!!!!!!,watershed
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-16
    • 文件大小:4274720
    • 提供者:严云
  1. watershed.rar

    0下载:
  2. 本程序是实现分水岭图像分割,对许多图像效果良好,This procedure is the realization of the watershed image segmentation, the effect of good
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:25994
    • 提供者:高圆圆
  1. watershed.rar

    0下载:
  2. 程序实现分水岭变换的图像分割,是基于直观分水岭定义的图像分割算法的实现。附件中包含算法介绍的文章。,Process to achieve watershed transformation of image segmentation is based on the intuitive definition of the watershed image segmentation algorithm. Algorithm is described in the annex containing the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1075017
    • 提供者:赵红丽
  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. image

    0下载:
  2. 采用迭代算法进行纸币图像分割,源码可用。分割效果良好。-Iterative algorithm for image segmentation notes
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:81210
    • 提供者:刘雯雯
  1. gridsegmentation

    0下载:
  2. 这是个关于图像分水岭分割算法的源程序,用matlab实现。-This is a watershed segmentation algorithm on the image source, using matlab to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:640063
    • 提供者:yiweibo
  1. MyImageDB(imageobject)

    0下载:
  2. 分水岭算法分割的VC++源代码 与大家共同学习-Watershed algorithm to separate the VC++ source code and common learning
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6614656
    • 提供者:程婷婷
  1. Matlab

    0下载:
  2. 文档阿数学图像处理,给予分水岭变换图像分割-Ah mathematical document image processing, image segmentation given watershed transform
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:6642
    • 提供者:wangwen
  1. SegmentVideo.tar

    0下载:
  2. 图像分割元代码,对大部分人学习图割算法进行了实现-Image segmentation element code, for most people to learn graph cut algorithm to achieve
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:45069
    • 提供者:夜水晶
  1. threemethodsofimageprocessing

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

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

    1下载:
  2. 1。演示程序中增加了三个鼠标功能的演示程序与真彩色图 像像素数据的显示。 2、新增了四个菜单,即分水岭算法、线段表新应用、论文例图和应 用模块,它们都是交稿后到最近这段时间里所做的工作。新增内 容都是在此编程环境下完成的。 3、分水岭算法菜单中给出了分割粘连图像的四种方法。 4、线段表新应用菜单给出了用种子填色法实现的连通区域分割方法, 它比线段编码法简单,还介绍了用线段表实现数 学形态学中腐蚀膨胀的快速算法。 中所用图像的生成步骤,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:7089192
    • 提供者:王亚亮
  1. FlameBrightnessCalculation

    0下载:
  2. 火焰图像分割与特征提取,用于烟化炉三次风口冶炼状态判断-Flame image segmentation and feature extraction, used to smoke smelting furnace tuyere three state judge
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:3477
    • 提供者:zouave
  1. Exercise_13

    0下载:
  2. 分水岭法图像滤波,Open and Close Threshihold!-Image Filtering watershed Law, Open and Close Threshihold!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:58821
    • 提供者:wangxie
« 1 2 3 45 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com