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

搜索资源列表

  1. RegionGrowt.zip

    1下载:
  2. 一个基于c++的区域生长算法程序,从种子点选取到生长规则的确定,很详细。,C++-based region growing algorithm process, from seed selection to the growing point of identification of the rules in great detail.
  3. 所属分类:Graph program

    • 发布日期:2015-09-16
    • 文件大小:1635
    • 提供者:BITwushaoqing
  1. Automatic-segmentation

    1下载:
  2. 在最优阈值分割的基础上,用自动区域生长去除气管/支气管区域,对边界跟踪法进行改进以快速 去除背景干扰和获得肺部边界,最后进行肺部边界修补得到完整的肺部图像。算法采用迭代法寻找最 优阈值解决了阈值选取的敏感性问题,提出了基于前层图像中气管/支气管位置的气管/支气管提取方 法,避免了种子点的人工选取,基于前次搜索方向改进了八邻域搜索方法来提高边界跟踪的速度。 -In the optimal threshold segmentation based on region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:379822
    • 提供者:fuky
  1. 5

    0下载:
  2. 最快区域种子点填充算法 最快区域种子点填充算法 计算机图形学-The fastest growing regional seed filling algorithm seed points, the fastest growing region filling algorithm in computer graphics
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:2203
    • 提供者:芳芳
  1. regiongrow

    1下载:
  2. 图像处理中的区域生长算法,利用若干种子点的选取进行区域生长。-Image processing region growing algorithm, using several seed points selected for regional growth.
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:581
    • 提供者:任亮
  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. regiongrow

    0下载:
  2. 基于OpenCV的区域生长算法,自选一个种子点,进行区域生长,也可以进行多个种子点的选取-OpenCV-based region growing algorithm, the choice of a seed point, region growing, and can also select multiple seed points
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:770
    • 提供者:郭勇
  1. localgrowth

    0下载:
  2. 基于种子点8邻域的区域生长算法,以交互式设定初始种子.-Interactive setting initial seed seed point neighborhood-based region growing algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:759
    • 提供者:liusuolan
  1. RegionGrow

    1下载:
  2. matlab,区域生长算法,代码为算法函数,文本文档为调用示例,对matlab内置图像coins.png进行基于种子点的区域生长调用,图像生成时,用户用鼠标在其中选取一个种子点并按回车键,之后会出现分割效果。-matlab, region growing algorithm, code for arithmetic functions, the text document is called an example of matlab built-in image coins.png seed p
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:11163
    • 提供者:李光
  1. Segmentation

    0下载:
  2. 区域生长算法被证实是一个有效的图像分割方法。区域生长的基本方法是从被分割对象 里作为种子区域(通常是一个或多个像素)的一个区域开始,在种子区域的相邻像素寻找与种 子像素有相同或相似性质的像素,并将这些像素合并到种子像素所在的区域中。将这些新像 素当作新的种子区域继续进行上述过程。区域生长算法主要取决于用来选择确定为种子区域 像素的标准、用来确定相邻像素的连通性类型和用来访问相邻像素的策略。-Region growing algorithms have proven to be a
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:4813
    • 提供者:张涛
  1. regionGrow

    0下载:
  2. 基于种子点8—邻域的区域生长算法的matlab实现,希望对大家有帮助-Based on the seed point 8- neighborhood region growing algorithm matlab realize, we hope to help
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1265
    • 提供者:white
  1. regiongrow

    1下载:
  2. 自适应区域生长算法MATLAB实现。可以较好完成单种子点的区域生长工作-Adaptive region growing algorithm MATLAB. Can better complete a single seed point region growing work
  3. 所属分类:Graph program

    • 发布日期:2016-04-22
    • 文件大小:13312
    • 提供者:lijunwei
  1. RegionGrowing

    0下载:
  2. 此代码是基于区域生长的图像分割算法,人工选择种子点然后进行分割-This code is based on region growing image segmentation algorithm, artificial selection of seed points and then divided
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1133
    • 提供者:张凌瑞
  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. bianyuanjiance

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

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

    0下载:
  2. 基于种子点8-领域的区域生长算法,程序运行后,会弹出一个包含原图像的窗口,用户可以用鼠标在其中选取一个种子点并下“Enter”键,之后会出现分割结果-Region growing algorithm based on seeds point 8- field, after the program is running, will pop up a window contains the original image, in which the user can use the mouse to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1033
    • 提供者:hezhongwen
  1. seed

    0下载:
  2. 这是一个简单的区域生长算法,方便新手学习使用。-this is a simple region growing algorithm available for new learners.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1179
    • 提供者:leetao
搜珍网 www.dssz.com