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

搜索资源列表

  1. tuxiangfenge

    0下载:
  2. Matlab边缘检测和区域生长图像分割算法代码,适合于图像边缘检测。-Matlab edge detection and region growing image segmentation algorithm code, suitable for edge detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.63kb
    • 提供者:甘波
  1. vani

    0下载:
  2. code for object extraction using matlab
  3. 所属分类:matlab

  1. regiongrowing

    0下载:
  2. region growing for image segmentation, code by Dkroon
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1.39kb
    • 提供者:epoxypatch
  1. region_growing

    0下载:
  2. code for region growing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:53.9kb
    • 提供者:subramanyam
  1. segmentation

    3下载:
  2. 基于边缘检测和区域生长的自然彩色图像分割源码-Based on edge detection and region growing source of natural color image segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-28
    • 文件大小:256.11kb
    • 提供者:小馨
  1. regionGrow

    0下载:
  2. 该程序用于实现图像分割中的区域生长法。共有4个参数。1,2,种子点的座标,3,图像,4,生长时用到的域值。-this code is used for region growing in the image segmentation domain.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:953byte
    • 提供者:yuting
  1. pepp

    0下载:
  2. This code contains region growing segmentation algorithm to obtain the similar edges in color images
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:64.61kb
    • 提供者:Rekha.N
  1. 2009101511423051

    0下载:
  2. 区域生长代码 区域生长代码 区域生长代码 -Region growing region growing code code code for regional growth and regional growth and regional growth code code code region growing
  3. 所属分类:Software Testing

    • 发布日期:2017-04-11
    • 文件大小:861byte
    • 提供者:王新竹
  1. imagesegmentation

    3下载:
  2. 压缩文件里有四种图像分割的算法源代码,即阈值法、区域增长法、分裂合并法和K均值法。图片可用于检验。-The rar folder includes four source code of image segmentation,ie.thresholding, region growing, splitting and merging, kmeans. The images are able to be used for evaluation and verification.
  3. 所属分类:Special Effects

    • 发布日期:2014-05-05
    • 文件大小:153kb
    • 提供者:杨岩
  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
    • 文件大小:586.34kb
    • 提供者:jiang
  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
    • 文件大小:3.79mb
    • 提供者:YUANZX
  1. code

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

    • 发布日期:2017-04-13
    • 文件大小:3.33kb
    • 提供者:宋畅
  1. quyu

    0下载:
  2. 数字图像处理,图像分割,区域生长代码 函数的处理结果是将生长后的区域表示为黑色像素,未生长区域表示为白色像素。-Digital image processing, image segmentation, region growing code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:5.08kb
    • 提供者:林静
  1. Haralick-Region-Growing-Matlab-Code

    0下载:
  2. Haralick区域生长算法,包含测试图像,程序介绍等。-Haralick Region Growing Algorithm for Region Growing This Matlab Source Code file contains source code and test image by Zexun Wang, from Electronic Department of Harbin Institute of Technology, P.R.China.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:42.84kb
    • 提供者:Luke Lee
  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
    • 文件大小:743byte
    • 提供者: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
    • 文件大小:53.19kb
    • 提供者:Shawn Wong
  1. Image-segmentation-code

    1下载:
  2. Cutpicture(form)做的是直方图统计: 第一步:读入图片,并将彩色图片用公式转化为灰度图像。 第二步:用区域生长法将图片分块并对每一块做直方图统计,用广度优先搜索完成,子程序是int flood_fill()。返回值是区域内的点的数量。判断是否属于同一块区域的条件是前面搜索得到的灰度平均值是否大于给定阈值(即threshold,由用户输入决定)。 第三步:任意两块区域对区域直方图的每个色阶比例的差的绝对值求和,若和小于阈值(即threshold2,由用户输入决定)则合并两
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:2.79kb
    • 提供者:吴魏
  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
    • 文件大小:4.41kb
    • 提供者:张昭男
  1. 57820

    0下载:
  2. region growing source code using matlab
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:54kb
    • 提供者:mary1992
  1. 57823

    0下载:
  2. Region growing source code using matlab.
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:5kb
    • 提供者:mary1992
« 12 3 »
搜珍网 www.dssz.com