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

搜索资源列表

  1. RegionGrow

    0下载:
  2. 图像分割中区域生长算法的源码,下载时注意修改所需参数-Image segmentation region growing algorithm source code, download, modify the parameters required attention
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:873
    • 提供者:洪容容
  1. ConnectCopLabel

    0下载:
  2. 做一个简单的MFC界面,通过导入图片,实现区域生长算法,同时通过色彩标记区域。-Do a simple MFC interface, by importing images, region growing algorithm, at the same time through the color-coded regions.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-29
    • 文件大小:146695
    • 提供者:long
  1. RegionGrow0804161

    0下载:
  2. 区域生长算法,用于实现高分辨率图像的分割-Region growing algorithm, used to achieve high resolution image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:1001
    • 提供者:wx
  1. ImageCalculate

    0下载:
  2. 图像计算的MFC界面,通过对二值图像,使用区域生长算法,找到最大的区域,然后对该最大区域,找到相应的灰度图像,计算该区域面积,均值,方差,中心点。可简单修改使用-The image computing MFC interface area of ​ ​ the binary image using a region growing algorithm to find the largest area, then the largest area, find the corre
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-14
    • 文件大小:149398
    • 提供者:long
  1. matlab_region

    0下载:
  2. 区域生长算法示例,如假包换。源图是一张进行区域分割后的图片。-Region growing algorithm example, disguising. The source map is a picture region segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:20163
    • 提供者:dingdehong
  1. RegionGrowing

    0下载:
  2. 基于区域生长的图像分割方法,对理解区域生长算法原理有帮助。-Image segmentation method based on region growing.It is helpful to understand the theory of the region growing algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:33470
    • 提供者:匡红立
  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. regiongrow

    0下载:
  2. 结合彩色图像、高程图像的区域生长算法 种子点需要事先提供-Region growing
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-22
    • 文件大小:1898
    • 提供者:weng
  1. RegionGrowing

    0下载:
  2. 快速的2D/3D区域生长算法,通过对邻近像素进行优先级排队进行加速,效果优于matlab本身的区域生长算法-Native Matlab implementations of region growing algorithms are usually quite slow, especially for 3D input data. This submission is a mex implementation of a 3D/2D region growing algorithm. The re
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:5879
    • 提供者:arche
  1. UntitledE

    0下载:
  2. 区域生长算法,一种传统的图像分割算法,用于图像分割。-region growing algorithm for image segmentation .it is a trditional image segmentatin algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1057
    • 提供者:武园
  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. regiongrow

    0下载:
  2. visual studio C++设置初始点,实现图像的区域生长算法-visual studio C++,region grow algorithm
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-17
    • 文件大小:11874
    • 提供者:ran
  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. bt_region_grow

    0下载:
  2. 区域生长算法,通过设置种子点来实现,代码注释完整-region grow algorithm with matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1052
    • 提供者:
  1. segmentation

    0下载:
  2. 图像分割代码,包括自动阈值分割以及区域生长算法-image segment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3311
    • 提供者:
  1. zishiying

    0下载:
  2. 自适应区域生长算法在医学图像分割中的应用-Algorithm in medical image segmentation adaptive region growing
  3. 所属分类:Graph program

    • 发布日期:2017-05-03
    • 文件大小:689241
    • 提供者:彭璐
  1. LYQ

    0下载:
  2. 图像处理,在WORD中写有区域生长算法的matlab代码,可直接用,也可以改进。-Image processing, written in WORD region growing algorithm matlab code, can be directly used, it can be improved.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:63477
    • 提供者:梁雅庆
  1. source

    0下载:
  2. matlab编程实现canny算子和区域生长算法,可以用来提取边缘-canny code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2625
    • 提供者:Dufresen
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com