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

搜索资源列表

  1. Automatic-segmentation

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

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

    0下载:
  2. 图形分割 边缘检测 轮廓提取 边缘跟踪 种子填充 区域生长等功能-Graphic segmentation edge detection contour extraction of seed filling edge tracking features such as region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2741550
    • 提供者:小五子
  1. seg_oneseed

    0下载:
  2. 单种子点区域生长图像分割算法:基本处理方法是 以一组种子点开始来行程生长区域,即将哪些预定义属性类似于种子的邻域像素附加到每个种子上-Single seed point region growing image segmentation algorithms: the basic processing method is based on a set of seed points, started to trip the growth region, which is about predefi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:1204
    • 提供者:tory
  1. dip2

    0下载:
  2. 区域生长法进行图像分割的c++程序,以一个种子点进行区域生长-Region growing method of image segmentation c++ Procedures to a seed point for regional growth
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:55180
    • 提供者:葛秘蕾
  1. Regiongrowingmethod

    0下载:
  2. 区域生长法获取图像边界 必须有种子 可以有很多方法 这里直接鼠标点击-Region growing method to obtain the image the border must have a lot of methods of seed can have a direct mouse click here
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:944
    • 提供者:yuansaiyu
  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. main

    3下载:
  2. 基于分水岭自动选取种子的区域生长来进行彩色图像分割-Automatically selected based on the watershed to the seed region growing for color image segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-11
    • 文件大小:5247
    • 提供者:Image
  1. RegionGrowing

    0下载:
  2. region growing: The fundamental drawback of histogram-based region detection is that histograms provide no spatial information (only the distribution of gray levels). - Region-growing approaches exploit the important fact that pixels which are
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:368166
    • 提供者:alo
  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. Region-growing-method

    1下载:
  2. 区域生长分割 matlab 手动点击设定种子点-Click on region growing segmentation matlab manual seed point set
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:949
    • 提供者:王莉
  1. quyushengzhang1

    0下载:
  2. 区域生长(region growing)是指将成组的像素或区域发展成更大区域的过程。从种子点的集合开始,从这些点的区域增长是通过将与每个种子点有相似属性像强度、灰度级、纹理颜色等的相邻像素合并到此区域。它是一个迭代的过程,这里每个种子像素点都迭代生长,直到处理过每个像素,因此形成了不同的区域,这些区域它们的边界通过闭合的多边形定义。-Region growing (region growing) is the pixel will become the group into a larger r
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:14196
    • 提供者:庞涛
  1. region-growing

    0下载:
  2. egion growing approach is the opposite of the split and merge approach: An initial set of small areas are iteratively merged according to similarity constraints. Start by choosing an arbitrary seed pixel and compare it with neighbouring pi
  3. 所属分类:File Formats

    • 发布日期:2017-11-05
    • 文件大小:1481
    • 提供者:sav
  1. tuxiangchuli

    0下载:
  2. 对图像进行预处理,然后进行经典的阈值分割,形态学分割以及种子区域生长。-Preprocess the image, and then the classic threshold segmentation, morphological segmentation as well as seed region growing.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-09
    • 文件大小:1322
    • 提供者:姚小乐
  1. region-growing-method

    2下载:
  2. 基于区域生长法的图像分割的matlab源代码,可参照两个种子点设计多个种子点-This code is used to segment picture based on region growing method. More seed points can be designed referring to this code.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:743
    • 提供者:caidongqin
  1. region_growing

    0下载:
  2. 自动种子区域生长代码,用MATLAB运行,不必选择种子点 可以自动选择阈值 实现图像分割!-The automatic seed region growing code, run, do not have to select seed point can automatically select the threshold image segmentation using MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-12-07
    • 文件大小:54462
    • 提供者:Shawn Wong
  1. region

    0下载:
  2. matlab的基于种子的区域生长处理,源码-matlab region grow seed growing matlab regiongrow region growing using matlab regiongrow by seed regiongr
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:1047
    • 提供者:junhunqu
  1. Seed

    0下载:
  2. 基于种子点的区域增长算法 Matlab -Matlab seed region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:468352
    • 提供者:Mean
  1. region-growing-mtlb

    0下载:
  2. Segmentation by growing a region from seed point using intensity mean measure.Simple but effective example of "Region Growing" from a single seed point.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:58300
    • 提供者:nurul hazwani
  1. seed

    0下载:
  2. 三种种子区域生长方法Three kinds of seed region growing method-Three kinds of seed region growing method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4609
    • 提供者:furui
  1. bianyuanjiance

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

    • 发布日期:2017-04-25
    • 文件大小:295051
    • 提供者:彭璐
« 12 3 »
搜珍网 www.dssz.com