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

搜索资源列表

  1. deer

    0下载:
  2. Sobel算子实现图像区域生长的图像分割,该程序经本人验证可行,欢迎下载-Sobel operator to achieve the image region growing image segmentation, the program after I verified feasible, welcome to download
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1233
    • 提供者:张艳华
  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. exp5quyushengzhang

    0下载:
  2. 数字图像处理及图像处理和分析技术课程实验区域生长的实验源代码,亲测win8下vc++6.0可以运行。-Digital image processing and image processing and analysis techniques course experiment region growing experiment source code, under the pro-test win8 vc++6.0 can run.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:2169295
    • 提供者:joker
  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. ex_Image

    0下载:
  2. 月球撞击坑的自动识别(基于影像的),主要涉及影像的阈值分割、区域生长、条件匹配、边缘提取及拟合-Lunar craters automatic identification (image-based), mainly related to the image threshold segmentation, region growing, conditional matching, edge extraction and fitting
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:2944107
    • 提供者:dreamer
  1. quyushengzhang

    0下载:
  2. 区域生长法实现图像分割,获得区域生长起始点,将生长起始点灰度值存入seed中,图像边界上的点的判断,计算新的灰度平均值-Region growing method to achieve image segmentation, region growing starting point to obtain the growth of the gray values ​ ​ are stored in seed starting point, the image point on
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-16
    • 文件大小:938
    • 提供者:蔡小成
  1. E10640113

    0下载:
  2. 简单的数字图像处理,直方图均衡化、腐蚀、膨胀、开闭运算、区域生长-Simple digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5163708
    • 提供者:李超华
  1. RegionGrow

    0下载:
  2. CBuilder的区域生长函数,修改自VC的代码,在WindowsXP+C++ Builder下运行通过-Function RegionGrow() for C++ Builder
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:1768
    • 提供者:yesoft
  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. Adaptive-Neighborhood--for--Image

    1下载:
  2.   自适应邻域技术在图像处理方面运用的非常广泛,本文中所介绍的两种自适应邻域技术——各向异性局部多项式近似—置信区域交集[1] (LPA-ICI,Local Polynomial Approximation—Intersection of Confidence Intervals)技术和区域生长[2] (region growing)技术是目前为止使用最为广泛两种。本文分别使用点的灰度值预选取、矩形块的均值预选取和自适应块预选取来驱动这两种自适应邻域算法来实现自适应邻域的生成,并将自适应邻域技术
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-09
    • 文件大小:2268144
    • 提供者:王海明
  1. Segmentation

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

    • 发布日期:2017-03-27
    • 文件大小:4813
    • 提供者:张涛
  1. tuxiangchulidaima

    0下载:
  2. 本压缩包包含各种图像处理的典型算法,边缘检测 区域生长等-This package contains a variety of typical algorithm of image processing and edge detection region growing, etc
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:211959
    • 提供者:汪亮
  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. randonmatch

    0下载:
  2. 2个模板匹配radon变换 缩放区域生长都验证过更改一下就可以用-2 Template Matching radon transform scaling region growing have proven to change what can be used
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:4636
    • 提供者:有地下水
  1. color-segment_edge-detection

    2下载:
  2. Matlab 语言编写的用于彩色分割,边缘检测,基于区域生长的图像分割-Matlab color segmentation,edge detection,region growing image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2710
    • 提供者:sally
  1. Image-segmentatio

    0下载:
  2. 图像分割的两种有效方法,阈值分割和区域生长。其中,阈值分割适合目标区域与其背景在灰度特性上的差异比较大情况。另外,效果较好的区域生长法可以为大家提供参考-Two effective methods of image segmentation, thresholding and region growing. Among them, thresholding suitable target region and its background in grayscale characteristics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:243812
    • 提供者:曹玲
  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. 1

    0下载:
  2. 基于区域生长的图像分割方法,使用getpts函数获得盛昌机电-based on growth
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:894
    • 提供者:Jasonlu
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com