CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - region grow

搜索资源列表

  1. regiongrow.rar

    1下载:
  2. 区域增长速算法的C++编程实现代码,带有编程注释。,region grow c++ code for image processing
  3. 所属分类:Special Effects

    • 发布日期:2015-11-29
    • 文件大小:1129
    • 提供者:张建宏
  1. Region-Grow

    0下载:
  2. 区域生长算法,用于图像分割。 运行RunGrow.m 修改文件名即可。-Region growing algorithm for image segmentation. Run RunGrow.m modify the file name.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1287739
    • 提供者:gengchenyao
  1. image

    0下载:
  2. 实现图像的sobel轮廓提取、闭合轮廓线提取、区域生长等-region grow ,sobel
  3. 所属分类:Graph program

    • 发布日期:2017-05-28
    • 文件大小:10637131
    • 提供者:曹艳娟
  1. imagesegment

    0下载:
  2. 此M文件主要利用区域生长和边缘检测进行图像分割-image segment by region grow
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1375
    • 提供者:mayun
  1. REGIONGROW

    0下载:
  2. 從一種子像素開始,透過平均灰階度、色彩等性質檢視,將類似性質的像素逐一納入所考慮區域中,逐漸長成一個性質相似的影像區塊。-Starting from a sub-pixel by the average degree of gray-scale, color and other properties to view, each pixel of a similar nature will be included in the region considered, and gradually gr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1194
    • 提供者:Luo
  1. regiongrow

    1下载:
  2. 图像处理中的区域生长算法,利用若干种子点的选取进行区域生长。-Image processing region growing algorithm, using several seed points selected for regional growth.
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:581
    • 提供者:任亮
  1. RegionGrowing

    0下载:
  2. region growing: The fundamental drawback of histogram-based region detection is that histograms provide no spatial information (only the distribution of gray levels). - Region-growing approaches exploit the important fact that pixels which are
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:368166
    • 提供者:alo
  1. Region_Grow

    0下载:
  2. 使用matlab工具开发的图片region grow的功能,能很好的运行,希望大家可以下载使用。-Matlab image using region grow tool development function, to a very good run, I hope you can download.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1097
    • 提供者:李风慧
  1. Edge-Detection-and-Segmentation

    0下载:
  2. 边缘检测和分割,edgedetect,houghtr,quadtree,region grow, sobeledge,straightline,thresh,watersd-Edge detection and segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:7019
    • 提供者:zhuweina
  1. grow

    0下载:
  2. 通过区域生长进行图像分割,所得到的区域是闭合的曲线-Image segmentation by region growing, and the resulting curve of the area is closed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:918
    • 提供者:yu
  1. 1281859992522_zcool.com.cn

    0下载:
  2. 区域增长算法 用于图像分割 在matlab中运行-region grow method for segmentation hope you guys enjoy it!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5783174
    • 提供者:pyz
  1. region

    0下载:
  2. matlab的基于种子的区域生长处理,源码-matlab region grow seed growing matlab regiongrow region growing using matlab regiongrow by seed regiongr
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:1047
    • 提供者:junhunqu
  1. region-grow

    0下载:
  2. 区域生长法的介绍与实现方法,对于初学者很实用-The introduction and implementation of the region growing method, very useful for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:513714
    • 提供者:张山
  1. WatershedSegmentation1

    0下载:
  2. 分水岭分割对图像特征使用梯度下降法和沿区域边界分析弱点(weak points) 来将像素分 类为区域。想像在一个有水流动的拓扑地形结构中,水在重力的引导下聚集到一个地势较低 的盆地。随着水量的增加,水将流满整个盆地直到水流溢出到另一个盆地,这样就会将一些 小盆地吞没形成大的盆地。使用局部的几何结构来形成区域(集水的盆地),在图像领域中正 如使用一些诸如曲率或梯度强度等特征中的局部极值来将像素连接成区域。这种技术不像其 他区域分割,它几乎不需要用户定义门限,尤其适合对以不同的
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:4732
    • 提供者:张涛
  1. regiongrow

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

    • 发布日期:2017-04-17
    • 文件大小:11874
    • 提供者:ran
  1. bt_region_grow

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

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

    0下载:
  2. 区域生长法实现图像分割 区域生长的基本思想是将具有相似性质的像素集合起来构成区域。具体是先对每个需要分割的区域找一个种子像素作为生长的起点,然后将种子像素周围领域中与种子像素相同或相似性质的像素(根据某种事先确定生长或相似准则来判定)合并到种子像素所在的区域中。将这些新像素当做新的种子像素继续进行上面的过程,直到再没有满足条件的像素可被包括进来,这样,一个区域就长成了。-The basic idea of ​ ​ the pixels to achieve image s
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2166
    • 提供者:pll
  1. region-grow

    0下载:
  2. 图像分割算法中的种子点生长算法,用txt保存的,复制粘贴一下就能用,亲测,还不错-region grow
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:2005
    • 提供者:
搜珍网 www.dssz.com