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

搜索资源列表

  1. Ureggiongrrows

    1下载:
  2. 用IDL开发的区域增长代码,能实实现图像区域边界提取的区域增长处理 -IDL development of regional growth code can be implemented to achieve the regional growth area of ​ ​ the image boundary extraction processing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:791
    • 提供者:权力
  1. reconstruction

    0下载:
  2. 基于图像对的三维重建,利用sift和区域增长算法的稠密匹配以达到三维重建的目的-Sift and regional growth algorithm based on three-dimensional reconstruction of the image on dense matching in order to achieve the purpose of the three-dimensional reconstruction
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:29337
    • 提供者:余添
  1. fenge

    0下载:
  2. 对一副图像进行区域增长分割,有中文注释,易于学习-To segment a image by using region growing, with Chinese annotation, easy to learn
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:37344
    • 提供者:疾风
  1. seg_oneseed

    0下载:
  2. 这个代码是用 区域增长 的方法来进行图像分割的-This code is a regional growth method for image segmentation. . .
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:1221
    • 提供者:pjd
  1. other_method_segmentation

    0下载:
  2. 实现ostu,区域增长,分水岭三种算法,分割彩色图像。-Achieve ostu, regional growth, the watershed three algorithms, color image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:2057662
    • 提供者:杨柳
  1. AreaSelect.C

    0下载:
  2. 用C语言实现区域增长,区域生长是一种很重要的图像分割方法。它是指从某个像素出发,比较相邻接像素的特征向量(包括灰度、边缘、纹理等特征),在预先指定的准则下,若它们足够相似则作为同一区域合并,以此方式使相似特征的区域不断增长,最后形成分割图像。-Regional growth, regional growth is a very important image segmentation method using the C language. It refers to starting from
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:2351
    • 提供者:yangyang
  1. Region_Grow_rgb

    0下载:
  2. 个人将灰度区域增长改为基于rgb颜色的区域增长,可以在色彩图像上使用,绝对好使!-Personal gray area growth to regional growth rgb color, color image, absolutely so!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:916
    • 提供者:商世博
  1. Cseedsgrowth

    0下载:
  2. 种子增长算法,根据种子点位置以及设定的阈值,进行快速区域增长-Seed growth algorithm, according to the seed point location and the set threshold, the rapid regional growth
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:1691
    • 提供者:fish
  1. region-growing

    0下载:
  2. 图像分割 区域增长程序,自己测试过,增长的效果还是很好的!-region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-12-05
    • 文件大小:997
    • 提供者:王一
  1. imageGUI

    0下载:
  2. 本程序基于matlabGUI,实现以下功能:读取ct pet 图像,实现矢状面 冠状面,区域增长,肿瘤识别,图像融合等!-The program is based matlabGUI the following functions: read CT pet image, the sagittal coronal plane, regional growth, tumor recognition, image fusion!
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:313878
    • 提供者:刘冰
  1. regiongrowex

    0下载:
  2. IDL实现区域 增长算法,手工选择种子点,并设置邻域大小和阈值,进行基于区域增长的分割。-IDL regional regional growth algorithm, manually select seed points and set the size of the neighborhood and the threshold segmentation based on regional growth.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:1175
    • 提供者:huyx
  1. watershed-a-region-growing

    0下载:
  2. matlab实现的区域增长和分水岭算法,以及基于sobel算子,prewitt算子,canny算子,log算子的边缘检测算法。-matlab implementation of regional growth and watershed algorithm, and on the sobel operator, prewitt operator, canny operator, log operator edge detection algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:4530
    • 提供者:尹晨光
  1. Seed

    0下载:
  2. 基于种子点的区域增长算法 Matlab -Matlab seed region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:468352
    • 提供者:Mean
  1. image-fenge

    0下载:
  2. 在matlab环境下,基于区域增长的图像分割,代码完整,简单易懂。-In the matlab environment, based on region growing image segmentation, code integrity, simple and understandable.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:68197
    • 提供者:happy
  1. shen

    0下载:
  2. 使用区域增长,能够精准的分割出小鼠的肾脏-Use of regional growth and to precise segmentation of kidneys
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:130822
    • 提供者:张大檬
  1. RegionGrow921

    0下载:
  2. 基于区域增长的图像分割算法,非常经典,用MATLAB编写,已测试可用,对新手有帮助-Based on region growing image segmentation algorithm, very classic, with MATLAB writing, have been tested is available on the novice help
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:763
    • 提供者:葛文耀
  1. regiongrow

    0下载:
  2. 图像处理,图像分割,区域增长源代码,regiongrowing-regiongrow code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:976
    • 提供者:彭彬彬
  1. Code-to-achieve-regional-growth

    0下载:
  2. 区域增长 代码实现 图像处理方面的一种算法实现-Code to achieve regional growth
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2074
    • 提供者:linda
  1. Key_Technology_for_Image_Mosaics-

    0下载:
  2. 提出一种基于特征点的运动场景图像拼接算法。基于相似变换消除选取在运动物体上的特征点,并使用RANSAC算法进行外点的剔除。在融合阶段,根据齐次变换矩阵求得对2幅图像的差异图像,并执行区域增长算法。从而分割出运动区域。使用一种分段映射算法生成全景图像。实验证明了算法的有效性。-A feature-based algorithm for image mosaics of 8c宅Iles with moving objects is pI.oposcd.The algorithm eliminates
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:330095
    • 提供者:紫烟
  1. luokuo

    0下载:
  2. 主要实现手掌手形的二值化及提取对应的手掌轮廓,采用区域增长的方法-The main achievement of the palm of the hand and extract the corresponding binary palm silhouette, using region growing method
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:2106
    • 提供者:何浩文
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com