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

搜索资源列表

  1. geodesic

    0下载:
  2. 对目前几种在图像分割领域得到较多应用的交互式分割、区域生长分割以及阈值 分割算法进行了探讨,并且结合实际C T片图例分别进行分割实验研究,得到较为满意和 可用性强的结果. 实验表明: 阈值分割对于CT切片的效果最好 区域生长分割适宜于对面 积不大的区域进行分割,分割效果较好 基于动态规划的交互式分割算法比较复杂,计算时 间较长,但对于边缘较平滑的区域,同样具有较好的实际效果. 几种算法的评估为其在C T 图像分割上的实际应用提供了科学依据.-Several current g
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:307970
    • 提供者:李祥霞
  1. 3332

    0下载:
  2. 基于区域生长的图像分割,可以进行有效的图像分割-d region growing image segmentation algorithm code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1484
    • 提供者:luruitao
  1. segment

    0下载:
  2. 一种新的图像处理算法,结合边缘与区域增长算法,特别适合低对比度图像的分割。-a new image segement based on edge and ,region-growing ,have a good result for that low contrast image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:10085
    • 提供者:
  1. quyushengzhang

    0下载:
  2. 通过循环去多个种子点实现基于区域生长的图像分割-Achieve image segmentation based on region growing cycle to go through multiple seed points
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1059
    • 提供者:xululu
  1. Lab__kongjianquyuzengzhang

    0下载:
  2. 此为在Lab空间下进行区域增长,进行图像分割的程序方法,鲜果明显,适用于大部分的图像。-Method This program is carried out in the Lab space region growing, image segmentation, fruit obviously, for most of the images.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1064
    • 提供者:shendesheng
  1. region_growing_segmentation

    0下载:
  2. 基于PCL1.7.1库,进行三维点的区域增长分割-PCL1.7.1 based code,written by c++,region growing algorithm
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2360224
    • 提供者:郑特
  1. regiongrowing

    0下载:
  2. 区域生长算法 种子点 (x,y) J = regiongrowing(I,x,y,t) I为输入图像 J输出图像 t : 最大密度距离 (缺省为0.2)-Region growing algorithm Seed point (x, y) J = regiongrowing (I, x, y, t) I is the input image J output image t: maximum density distance (default
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1163
    • 提供者:元晨
  1. Image-Growing-and-segmentation

    0下载:
  2. Segmentation by growing a region seed point using intensity mean measure-Segmentation by growing a region seed point using intensity mean measure
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:55084
    • 提供者:GarimaGupta
  1. zishiying

    0下载:
  2. 自适应区域生长算法在医学图像分割中的应用-Algorithm in medical image segmentation adaptive region growing
  3. 所属分类:Graph program

    • 发布日期:2017-05-03
    • 文件大小:689241
    • 提供者:彭璐
  1. quyushengzhang

    0下载:
  2. 一种新的基于区域生长的彩色图像分割算法研究-A new segmentation algorithm for color images based on region growing
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-02
    • 文件大小:580509
    • 提供者:彭璐
  1. bianyuanjiance

    0下载:
  2. 基于边缘检测和自动种子区域生长的图像分割算法-Image segmentation algorithm based on edge detection and automatic seed region growing
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-25
    • 文件大小:295051
    • 提供者:彭璐
  1. regiongrowing

    0下载:
  2. 区域生长法实现图像分割 区域生长的基本思想是将具有相似性质的像素集合起来构成区域。具体是先对每个需要分割的区域找一个种子像素作为生长的起点,然后将种子像素周围领域中与种子像素相同或相似性质的像素(根据某种事先确定生长或相似准则来判定)合并到种子像素所在的区域中。将这些新像素当做新的种子像素继续进行上面的过程,直到再没有满足条件的像素可被包括进来,这样,一个区域就长成了。-The basic idea of ​ ​ the pixels to achieve image s
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2166
    • 提供者:pll
  1. quyushengzhang

    0下载:
  2. 一种采用了区域生长方法进行图像分割,分割效果比较理想,但是算法比较简单,可以推荐进行简单算法融合时候使用。-A the region growing method is applied to image segmentation, the segmentation effect is ideal, but the algorithm is simpler, can be recommended to use simple algorithm fusion.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:44596
    • 提供者:白翁翁
  1. seeds

    0下载:
  2. Seeded region growing with opencv
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1066
    • 提供者:starmasti
  1. regionGrowing

    0下载:
  2. matlab code for Region Growing (2D3D grayscale)
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:294547
    • 提供者:sswtechnology
  1. regiongrowing

    0下载:
  2. it is code for segment imafe using region growing
  3. 所属分类:Editor

    • 发布日期:2017-03-31
    • 文件大小:1420
    • 提供者:nensi
  1. LYQ

    0下载:
  2. 图像处理,在WORD中写有区域生长算法的matlab代码,可直接用,也可以改进。-Image processing, written in WORD region growing algorithm matlab code, can be directly used, it can be improved.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:63477
    • 提供者:梁雅庆
  1. 2

    0下载:
  2. 基于区域生长的图像分割方法,在图像分类中很有帮助-Image segmentation based on region growing method, useful in image classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4023
    • 提供者:宋子敏
  1. chap7

    0下载:
  2. 图像分割,全局阈值,迭代阈值分割,区域生长发等-Image segmentation, global threshold, iterative thresholding, region growing hair, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4056
    • 提供者:韩建辉
  1. Project-Codes-(for-submission)

    0下载:
  2. Blood vessel Segmentation using region growing operation
  3. 所属分类:hospital software system

    • 发布日期:2017-05-03
    • 文件大小:766109
    • 提供者:madhu
« 1 2 ... 12 13 14 15 16 1718 19 20 21 »
搜珍网 www.dssz.com