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

搜索资源列表

  1. regiongrow

    0下载:
  2. 区域生长。此算法可以调用运行,算法简单可行。-region growing. it s useful and simple.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1095
    • 提供者:刘涛
  1. quyu

    0下载:
  2. Matlab编程,数字图像处理,区域生长算法源码-Matlab programming, region growing algorithm source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:102428
    • 提供者:fe shine
  1. region_growing

    1下载:
  2. 图像区域生长的matlab程序,可实现图像分割,内附分割图片。-Matlab image region growing process to achieve image segmentation, image segmentation included.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:55865
    • 提供者:李韬
  1. seed-a-slidmerge

    0下载:
  2. 1, 交互式图像分割:手工选择种子区域,然后利用区域生长算法,自动产生分割结果。 2, 使用区域的分裂合并法来分割图像,并将结果与区域生长法比较。 -seed ,slip and merge to segment a pic
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2780049
    • 提供者:anranjiayou
  1. Region-growing-image-segmentation

    0下载:
  2. 对图像的区域生长进行分割,包括matlab程序和图像-Region growing image segmentation, including procedures and image matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:3220
    • 提供者:安南
  1. region_growing123

    0下载:
  2. 图像分割matlab代码,区域生长,效果很好-Image segmentation matlab code, region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:9120
    • 提供者:安南
  1. tuxiangzengqiang

    0下载:
  2. 一个是图像增强作用,一个是区域生长算法,两个代码均可运行,只需要修改图像来源。-One is image enhancement, is a region growing algorithm, two code can run, just change the image source.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1378
    • 提供者:
  1. regionGrow

    0下载:
  2. 区域生长算法,运行后鼠标左键单击图像区域的一点开始分割,可点击多次,单击右键结束运行。-Regional growth, and after the left mouse button click on image of a division, but it starts at times, click the right key to an end run.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:33703
    • 提供者:孙浩
  1. fenge

    0下载:
  2. 基于区域生长的区域分割程序,matlab实现。程序运行前首先选择区域生长的起点。-Segmentation based on region growing process
  3. 所属分类:Special Effects

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

    0下载:
  2. 实现区域生长,手动获得区域生长起始点,符合区域生长条件的点以白色显示-To achieve regional growth, manual region growing to obtain a starting point, in line with regional growth conditions point to a white display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1287
    • 提供者:jiaojiao
  1. contour-extraction-with-many-method

    0下载:
  2. 用阈值分割、区域生长和种子填充方法实现轮廓提取,各步骤的效果图均有说明-With thresholding, region growing, and seed filling contour extraction method, the effect of each step are indicated map
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2439067
    • 提供者:wangcanjin
  1. quyushengzhang1

    0下载:
  2. 区域生长(region growing)是指将成组的像素或区域发展成更大区域的过程。从种子点的集合开始,从这些点的区域增长是通过将与每个种子点有相似属性像强度、灰度级、纹理颜色等的相邻像素合并到此区域。它是一个迭代的过程,这里每个种子像素点都迭代生长,直到处理过每个像素,因此形成了不同的区域,这些区域它们的边界通过闭合的多边形定义。-Region growing (region growing) is the pixel will become the group into a larger r
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:14196
    • 提供者:庞涛
  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
    • 文件大小:3410
    • 提供者:宋畅
  1. image-processing-

    0下载:
  2. 这是个图像处理的源代码,是本人自己编写的,实现的功能如下: 锐化、边沿检测:套用模版。另外还有一个自定义模版,供用户自行设计模版运行,从而实现其他功能,如线检测。 浮雕:本像素减相邻像素,再加一个常数得到的。 直方图均衡化则套用步骤,根据课本步骤来编写。 提取轮廓:若该点为黑点,八邻域也为黑点,则就把该点变白。 阈值分割分为固定阈值分割(即二值化)和动态阈值分割(切割若干子图,求均值,该均值即子图的阈值)。 区域生长:把种子和4邻域的点分别比较,两者之差小于阈值,且该4邻
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2662158
    • 提供者:山外メ雲ジ
  1. regiongroup

    0下载:
  2. 区域生长的图像分割程序(区域生长还有其它方法)-Region growing image segmentation procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:10340
    • 提供者:zfg
  1. regiongrow

    0下载:
  2. 通过选取种子点,对一幅二维图像进行区域生长,从而分割出自己感兴趣区。-By selecting the seed point, two-dimensional image of a region growing, which split their own areas of interest.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:957
    • 提供者:张月
  1. node

    0下载:
  2. 运用J2SE实现图像区域生长的算法.该算法实现了迭代使图像能够-use j2se show image can dsff asdadsf
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:940
    • 提供者:俞涛
  1. quyu

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

    • 发布日期:2017-03-29
    • 文件大小:5197
    • 提供者:林静
  1. 123

    0下载:
  2. 基于边缘检测和区域生长的彩色图像分割,设计论文+VC代码-Based on edge detection and region growing for color image segmentation Design thesis+ VC code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:226666
    • 提供者:林静
  1. quyushengzhang

    0下载:
  2. 几何体重构的区域生长方法研究,在无法观察到几何体时,采用区域生长算法,可以重构出几何体。-Geometry reconstruction region growing method, the geometry can not be observed when using region growing algorithm can reconstruct the geometry.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3732
    • 提供者:liubei
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com