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

搜索资源列表

  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. regiongrowing

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

    • 发布日期:2017-11-23
    • 文件大小:252744
    • 提供者:hela
  1. Segmentation

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

    • 发布日期:2017-03-27
    • 文件大小:4813
    • 提供者:张涛
  1. RGB-Histogram-Sideview--improfileadd(I)---File-Ex

    0下载:
  2. Simple but effective example of "Region Growing" from a single seed point. The region is iteratively grown by comparing all unallocated neighbouring pixels to the region. The difference between a pixel s intensity value and the region s mean, is
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:4909
    • 提供者:deepsash
  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. regiongrowth52230

    0下载:
  2. 一个种子为生长点的彩色图像区域生长程序。交互式Matlab实现-A seed for the growing point of color image region growing process. Each type of Matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:614
    • 提供者:小花
  1. regiongrow

    0下载:
  2. 区域生长matlab程序,需要以交互方式设定初始种子点,具体方法为鼠标单击图像中一点后,按下回车键-Region growing matlab program, you need to interactively set the initial seed point, the specific method for the mouse click the image in mind, press the Enter key
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1101
    • 提供者:风云
  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. SeedGrowingRegion

    0下载:
  2. Seed growing region source code in matlab. Best try for beginner.
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:986
    • 提供者:Lim Seok Kuan
  1. SGR_Autoseed

    0下载:
  2. 自动种子区域生长代码,用MATLAB运行,不必选择种子点 可以自动选择阈值 实现图像分割-Automatic seeded region growing code, using MATLAB operation, do not need to select seed points can be automatically selected threshold image segmentation
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4513
    • 提供者:张昭男
  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. 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. 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. 具体先对每个需要分割的区域找一个种子像素作为生长起点,然后将种子像素和周围邻域中与种子像素有相同或相似性质的像素(根据某种事先确定的生长或相似准则来判定)合并到种子像素所在的区域中。将这些新像素当作新的种子继续上面的过程,直到没有满足条件的像素可被包括进来。这样一个区域就生长成了-Specific to find a seed pixel as a starting point for the growth needs of each region segmentation, and then
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:660
    • 提供者:V大大晖
  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. 区域生长法

    1下载:
  2. 区域生长法进行图像分割,通过选取合适的种子点,将感兴趣区域分割出来。(The region growing method is used for image segmentation, and the region of interest is segmented by selecting appropriate seed points.)
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-10
    • 文件大小:114688
    • 提供者:JunL10
« 1 2 3»
搜珍网 www.dssz.com