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

搜索资源列表

  1. regiongrow

    0下载:
  2. 区域生长进行图像分割的方法的matlab源码-a programme realizing region growing methods used to image segmentation on matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:17628
    • 提供者:linda
  1. regiongrowing

    1下载:
  2. 利用MATLAB图像处理工具箱的相关函数,对图像进行基于区域生长的图像分割。-using MATLAB Image Processing Toolbox function, the image segmentation based on region growing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1488
    • 提供者:陆路
  1. region_growing

    0下载:
  2. 基于区域生长的图像分割算法,效果不错,可以作为学习参考-This is based on graph theory image segmentation source code, works well, welcome to download
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:55422
    • 提供者:宅明敏
  1. ConnDomainMark

    0下载:
  2. 基于区域生长的连通域标记,应包含头文件#include "Afxtempl.h"-Connected component labeling based on region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:749
    • 提供者:wang
  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
    • 文件大小:43872
    • 提供者:Luke Lee
  1. matlab

    0下载:
  2. 各种matlab的边缘检测代码、中值滤波,区域生长的代码,比较全,比较实用-All kinds of matlab edge detection code, median filtering, regional growth code, more complete, more practical
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2113
    • 提供者:angiend
  1. Region-growing-process

    0下载:
  2. 区域生长是一种很重要的图像分割方法。它是指从某个像素出发,比较相邻接像素的特征向量(包括灰度、边缘、纹理等特征),在预先指定的准则下,若它们足够相似则作为同一区域合并,以此方式使相似特征的区域不断增长,最后形成分割图像。-Regional growth is a very important image segmentation method. It is starting from a pixel comparison to neighboring connected pixel featur
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1533
    • 提供者:吴晓辰
  1. regiongrow

    0下载:
  2. 快速区域生长算法,通过选取种子点,基于灰度,快速区域生长,进行图像分割,代码效率非常高,准确度也很高-arithmetic of fast regiongrowing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1567
    • 提供者:yuinsea
  1. region_growing

    0下载:
  2. matlab 程序 ,,基于区域生长的数字图像分割,选取一个种子点- matlab program, digital image segmentation based on region growing, select a seed point
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1192
    • 提供者:wuwei
  1. vcPP-regiongrowing

    0下载:
  2. 区域生长的vc++代码,能够很好的进行图像分割-region growing for segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3366136
    • 提供者:王梦佳
  1. Regional-growth-method

    0下载:
  2. 区域生长算法 : 既是根据事先定义的准则将像素或者子区域聚合成更大的区域。基本方法是以“一组”种子开始,将与种子性质相似(灰度级或颜色的特定范围)的相邻像素附加到生长区域的种子上。-Regional growth is: according to the definition in advance is standard.It will pixel or branch area polymerization into more area.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:63768
    • 提供者:awen
  1. quyushengzhang

    0下载:
  2. 区域生长用于图像分割的程序,从种子点开始向周围扩散,将与种子点性质相近的点记录下来。这个程序是冈萨雷斯的数字图像处理(MATLAB版)中的程序。-Region growing for image segmentation procedure, from the seed point began to spread around, similar to the nature of the seed points points recorded. This program is a program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:123360
    • 提供者:
  1. RegionGrow

    0下载:
  2. 基于MATLAB的区域生长的编程,它是图像分割中比较常用的一种方法,可以学习MATLAB的编程思路-Growth of MATLAB-based regional programming, which is a relatively common method in image segmentation, can learn the MATLAB programming ideas
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:716
    • 提供者:IVY
  1. K-means-color-image-segmentation

    1下载:
  2. K-means彩色图像分割,有实验报告,main文件中还有区域生长的算法。-K-means color image segmentation, with experimental report.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2738919
    • 提供者:石笑天
  1. RegionGrow

    0下载:
  2. 对二值图像,利用区域生长算法实现连通区域的标记-For binary image, using the region growing algorithm to achieve the mark of connected regions
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:909
    • 提供者:nhh
  1. quyushengzhang

    0下载:
  2. 图像处理的重要方法之一的区域生长方法,本例程实现了此方法,注释清楚。-Image processing methods, one of the region growing method, the routine this method, clear annotation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1551
    • 提供者:吴莎莎
  1. tuxiangfenge

    1下载:
  2. 采用三种不同的方法,实现图像分割,分别是基于阈值的分割技术,基于区域生长的分割和基于边界的分割-Using three different methods to achieve image segmentation, are threshold-based segmentation techniques, segmentation based on region growing and boundary-based segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1204
    • 提供者:熊伟浩
  1. cellseg

    0下载:
  2. 用于分割细胞图像,利用形态学滤波,大津阈值进行二值化,区域生长检测细胞个数-For the segmentation of cell image using morphological filtering, Otsu threshold binarization, regional growth and cell number
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2937987
    • 提供者:吴里
  1. Osegmentationn

    0下载:
  2. 关于图像的割裂的一个matllab程序采用的是区域生长的方法 -Fragmented image a matllab program uses a region growing method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:819038
    • 提供者:分界线
  1. Region_Grow

    0下载:
  2. 基于图形图像的边缘提取后断裂处的区域生长策略-Based on the image edge extraction after fracture of regional growth strategy
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:715
    • 提供者:高璐
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com