CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - region growing image segmentation

搜索资源列表

  1. srg

    0下载:
  2. Statistical region growing image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:421631
    • 提供者:Mourad
  1. quyushengzhangfa

    0下载:
  2. 用matlab编写的区域生长法的程序,通过选择种子和阈值,可以进行图像分割和检查瑕疵-Written by matlab region growing process, by selecting the seeds and thresholds for image segmentation and inspection for defects
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:939
    • 提供者:lili
  1. zhongzhilb

    0下载:
  2. 图像处理的滤波算法,matlab实现的,用于算法仿真-Based on region growing image segmentation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:725
    • 提供者:mhx
  1. regiongrowing

    0下载:
  2. this a region growing algorithm called seeded region growing for image segmentation.-this is a region growing algorithm called seeded region growing for image segmentation.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1415
    • 提供者:paolo
  1. zhongzi

    2下载:
  2. 采用种子区域生长(seeded region growing)算法对灰度图像和彩色图像进行分割-The seed region growing (seeded region growing) algorithm for gray image and color image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:600409
    • 提供者:jiang
  1. matlab

    0下载:
  2. 利用matlab图像处理技术,使用区域增长方法对图像进行分割-Matlab image processing technology by using region growing image segmentation method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:525
    • 提供者:遥想古风
  1. Graphics-code

    0下载:
  2. 图像处理课,课程实验,实现了交互式选择种子,区域生长法进行图像分割,以及采用分裂合并法进行图像分割。-Image processing courses, course test, to achieve interactive select seeds for region growing image segmentation, and the use of split and merge image segmentation method.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3970274
    • 提供者:YUANZX
  1. Snake-model-bsegmentation-method

    0下载:
  2. 改进的T- Snake 算法首先在分水岭法中, 对相邻区域以其像素数、灰度均值和灰度方差定义距离, 并据其在图像上建立新的连通图, 以对图像过度分割而产生的一些过小区域合并 其次, 在模型跨边缘时, 利用已分割断层图像中模型内部区域的统计特征, 用区域生长法获取内点并重新参数化模型, 使模型不再跨边缘, 以保证模型形变到正确的边缘-Improved T-Snake algorithm first law in the watershed, the number of pixels in its
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:129353
    • 提供者:
  1. Region-growing-algorithm-

    0下载:
  2. 基于matlab的区域生长算法,可以对图像进行分割处理。-Matlab-based region growing algorithm to the image segmentation.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:964
    • 提供者:杨仲超
  1. region-growing

    0下载:
  2. 基于区域增长的图像分割 数字图象处理 堆栈法-Region growing based image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:4193
    • 提供者:elva
  1. regiongrow

    0下载:
  2. 区域增长 图像分割 源代码 matlab编写 直接运行-Source region growing image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:113859
    • 提供者:吴山大
  1. regiongrow

    0下载:
  2. 该程序用于实现图像分割中的区域生长法。根据灰度差和与种子点是否相邻判断是否生长-The program used to implement the region growing image segmentation method. According to the seed point gray level difference, and whether and to determine whether the growth of adjacent
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:998
    • 提供者:Reisen
  1. regiongroup

    0下载:
  2. 区域生长的图像分割程序(区域生长还有其它方法)-Region growing image segmentation procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:10340
    • 提供者:zfg
  1. deer

    0下载:
  2. 图形图像处理,用区域生长法作为图像分割的matlab代码-Graphics, image processing, as with the region growing image segmentation matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1082
    • 提供者:林静
  1. Region-growing-process

    0下载:
  2. 区域生长是一种很重要的图像分割方法。它是指从某个像素出发,比较相邻接像素的特征向量(包括灰度、边缘、纹理等特征),在预先指定的准则下,若它们足够相似则作为同一区域合并,以此方式使相似特征的区域不断增长,最后形成分割图像。-Regional growth is a very important image segmentation method. It is starting from a pixel comparison to neighboring connected pixel featur
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1533
    • 提供者:吴晓辰
  1. Image-segmentation

    1下载:
  2. 此文件中包含图像分割的程序,其中有自适应图像分割,阈值分割,基于区域生长法的图像分割,最大方差法计算分割门限的程序,而且用的是matlab语言-This file contains the image segmentation procedure, which has adaptive image segmentation, threshold segmentation, region growing method based on the image segmentation, maximum
  3. 所属分类:Special Effects

    • 发布日期:2016-04-17
    • 文件大小:693248
    • 提供者:张景林
  1. regiongrowing

    0下载:
  2. Region growing image segmentation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1498
    • 提供者:dessen
  1. Matlabregiongrow

    2下载:
  2. Matlab边缘检测和区域生长图像分割算法代码,很有用的代码。-Matlab edge detection and region growing image segmentation algorithm code, useful code.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1409
    • 提供者:lifengsong
  1. quyushengzhangfa

    0下载:
  2. 自己写的区域生长法图像分割算法,注释详细,初学者可以参考,高手请飘过。-Write their own region growing image segmentation algorithms, detailed notes, beginners can refer to the master please drifting.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1046
    • 提供者:jinliu
  1. quyushengzhang

    0下载:
  2. 是一种分割算法,采用的是区域生长方法对图像进行的分割-A segmentation algorithm, region growing image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:158239
    • 提供者:me
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com