CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - region growing algorithm

搜索资源列表

  1. LBP.rar

    1下载:
  2. 针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提 出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理进行描述 然后进行基于区域生长的扩张检 测,得到纹理单一图像块 最后对图像块进行整体匹配,得到纹理单一区域的稠密视差图。对国际标准图像进行测试, 结果表明该算法能提高纹理单一区域稠密视差图的精度,具有实用价值 ,Due to the difficulty of getting disparity of less textured pi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:251.23kb
    • 提供者:swx
  1. tuxiangfenge

    0下载:
  2. Matlab边缘检测和区域生长图像分割算法代码,适合于图像边缘检测。-Matlab edge detection and region growing image segmentation algorithm code, suitable for edge detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.63kb
    • 提供者:甘波
  1. regionIncre

    0下载:
  2. 区域生长法的C++程序,是关于8邻域的情形-C++ source of region-growing algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:58.84kb
    • 提供者:xx
  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
    • 文件大小:1.23mb
    • 提供者:gengchenyao
  1. Automatic-segmentation

    1下载:
  2. 在最优阈值分割的基础上,用自动区域生长去除气管/支气管区域,对边界跟踪法进行改进以快速 去除背景干扰和获得肺部边界,最后进行肺部边界修补得到完整的肺部图像。算法采用迭代法寻找最 优阈值解决了阈值选取的敏感性问题,提出了基于前层图像中气管/支气管位置的气管/支气管提取方 法,避免了种子点的人工选取,基于前次搜索方向改进了八邻域搜索方法来提高边界跟踪的速度。 -In the optimal threshold segmentation based on region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:370.92kb
    • 提供者:fuky
  1. region_growing

    0下载:
  2. 区域生长算法对特定区域的分割或提取。希望大家参考和交流。-Region growing algorithm to partition or region-specific extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:53.89kb
    • 提供者:gillyamylee
  1. dip2

    0下载:
  2. 区域生长算法(改进)适合图像分割,特征区域提取-Region growing algorithm (improvement) for image segmentation, feature extraction region
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.64mb
    • 提供者:alahu
  1. imreconstructsz

    1下载:
  2. 对脑部ct图像的头骨形状进行区域生长算法的运算-Ct images of the brain the skull shape of region growing algorithm for computing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:655byte
    • 提供者:zhu
  1. region

    0下载:
  2. 区域增长算法,c++实现,提供实例,欢迎下载-Region growing algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1.53kb
    • 提供者:aiguo
  1. regiongrowing

    0下载:
  2. 这是个关于图像区域增长分割算法的源程序,在matlab上实现-This is a region growing image segmentation algorithm on the source, to achieve in matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:37.96kb
    • 提供者:yiweibo
  1. regiongrowing

    0下载:
  2. 用MATLAB实现的基于区域生长算法的图像分割-Implemented using MATLAB-based region growing algorithm for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1.78kb
    • 提供者:xiaobai
  1. regiongrow

    0下载:
  2. 完成区域生长算法,其中先使用sobel进行边缘检测(也可以跳过此步骤),再进行区域生长实现分割。使用VC++6.0,opencv1.0-Complete the region growing algorithm, which first edge detection using sobel (you can also skip this step), then the region growing to achieve segmentation. Use VC++6.0, opencv1.0
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8.58kb
    • 提供者:姜姜
  1. zhongzi

    2下载:
  2. 采用种子区域生长(seeded region growing)算法对灰度图像和彩色图像进行分割-The seed region growing (seeded region growing) algorithm for gray image and color image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:586.34kb
    • 提供者:jiang
  1. 3

    0下载:
  2. 本文提出一种基于特征点的运动场景图像拼接算法。基于相似变换消除选取在运动物体上的特征点,并使用RANSAC 算法进行外点的剔除。在融合阶段,根据齐次变换矩阵求得对2 幅图像的差异图像,并执行区域增长算法,从而分割出运动区域。使用一种分段映射算法生成全景图像。实验证明了算法的有效性-This paper presents a scenario based on the movement of feature points image mosaic algorithm. Selected based
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:149.73kb
    • 提供者:wenping
  1. Snake-model-bsegmentation-method

    0下载:
  2. 改进的T- Snake 算法首先在分水岭法中, 对相邻区域以其像素数、灰度均值和灰度方差定义距离, 并据其在图像上建立新的连通图, 以对图像过度分割而产生的一些过小区域合并 其次, 在模型跨边缘时, 利用已分割断层图像中模型内部区域的统计特征, 用区域生长法获取内点并重新参数化模型, 使模型不再跨边缘, 以保证模型形变到正确的边缘-Improved T-Snake algorithm first law in the watershed, the number of pixels in its
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:126.32kb
    • 提供者:
  1. quyu

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

    • 发布日期:2017-03-30
    • 文件大小:100.03kb
    • 提供者:fe shine
  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
    • 文件大小:1.35kb
    • 提供者:
  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
    • 文件大小:42.84kb
    • 提供者:Luke Lee
  1. Region

    0下载:
  2. 调用opencv库,用C++实现区域增长算法。有注释,比较通俗易懂。-Call to opencv library C++ achieve the region growing algorithm. Notes, is relatively easy to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:9.82kb
    • 提供者:liulu
  1. Region-growing-algorithm

    0下载:
  2. 区域生长算法是一种串行区域分割的图像分割方法-Region growing image segmentation algorithm is a method of region segmentation serial
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:47.77kb
    • 提供者:lxn8888
« 12 3 »
搜珍网 www.dssz.com