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

搜索资源列表

  1. 131646463413

    0下载:
  2. matlab实现区域生长算法。实现起来很简单,操作起来很方便。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:957
    • 提供者:杨磊
  1. region_growing

    0下载:
  2. 一种图像分割算法,通过区域生长进行图像分割,所得到的区域是闭合的曲线。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:55422
    • 提供者:xiaoqinkun
  1. DIBDisplay

    0下载:
  2. 能够实现区域生长的经典算法,其中是从四领域去实现其中的算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:76143
    • 提供者:周新林
  1. region_growing

    0下载:
  2. C语言编写的图像分割程序,采用region growing区域生长算法,只能用于pgm灰度图
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3812
    • 提供者:丛威
  1. growcut

    0下载:
  2. 这是关于图像区域生长的源码,希望对这方面的人有所帮助
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1796913
    • 提供者:孟美美
  1. matlab

    0下载:
  2. 一个开源的解剖结构提取程序 用的是区域生长算法及理论 代码在 www.itk.org 的itk包里
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:12379
    • 提供者:zhourl
  1. downhill filter

    0下载:
  2. 一些自己做的关于图象处理的程序(如傅立叶变换,区域生长等),希望对人有帮助!-doing some of the image-processing procedures (such as Fourier transform, regional growth), people want to help!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:518101
    • 提供者:张似的
  1. 区域连通算法

    0下载:
  2. 利用种子点生长 实现二值图像的区域连通
  3. 所属分类:图形图象

    • 发布日期:2009-05-24
    • 文件大小:105405
    • 提供者:keldon
  1. 区域生长Threshoid为分割阈值

    0下载:
  2. %Threshoid为分割阈值 [filename,pathname]=... uigetfile({'*.*';'*.bmp';'*.tif';'*.png'},'select picture'); %选择图片路径 str=[pathname filename]; %合成路径+文件名 I=imread(str); I=double(I); [m,n,k]=size(I);%图像大小 Threshold=50/255.0;%归一化,并设置阈值为50 ColorRed=
  3. 所属分类:源码下载

  1. matlab图像处理软件

    5下载:
  2. 可以直接使用,系统完成的基本功能大致如下: 1.能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开、保存、另存、打印、退出等功能操作; 2.数字图像的统计信息功能:包括直方图的统计及绘制、区域图的面积、周长的统计、线条图中的距离测量等; 3.数字图像的增强处理功能: (1)空域中的点运算、直方图的均衡化、各种空间域平滑算法(如局部平滑滤波法、中值滤波等)、锐化算法(如梯度锐化法、高通滤波等) (2)频域的各种增强方法:频域平滑、频域锐化、低通滤波、同态滤波等。
  3. 所属分类:源码下载

    • 发布日期:2012-04-20
    • 文件大小:333235
    • 提供者:lucyaaa
  1. 区域生长图分割

    0下载:
  2. This algorithm is presented as an alternative to graph-cuts. The operation is very simple, and can be thought of with a biological metaphor: Imagine each image pixel is a “cell” of a certain type. These cells can be foreground, background, undefined,
  3. 所属分类:GDI/图象编程

    • 发布日期:2012-04-26
    • 文件大小:2230
    • 提供者:lsx1980
  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
    • 文件大小:1674
    • 提供者:甘波
  1. regiongrow0

    0下载:
  2. 这是一个完整的区域生长程序,不需要调用其他函数-This is a complete program of regional growth, no need to call other functions
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:594
    • 提供者:meijinyan
  1. Automatic-segmentation

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

    • 发布日期:2017-03-26
    • 文件大小:379822
    • 提供者:fuky
  1. region grow

    0下载:
  2. 区域生长算法,对学习图像处理很有帮助,希望对你有用
  3. 所属分类:matlab例程

  1. seg_oneseed

    0下载:
  2. 在matlab开发环境下完成,基于区域生长的人脑蛋白质分割算法-In matlab to complete development environment, based on the regional growth of the human brain protein segmentation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:957
    • 提供者:renyh
  1. PenQuestionAlgorithmSolution

    0下载:
  2. 一家GIS笔试题和解决方案1集装箱摆放问题2单源最短路径3区域生长-A GIS pen and the questions and solutions to a container placed in two single-source shortest path problem 3 Regional Growth
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:28193
    • 提供者:swan
  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-08
    • 文件大小:4591
    • 提供者:haha
  1. regionGrow

    0下载:
  2. 该程序用于实现图像分割中的区域生长法。共有4个参数。1,2,种子点的座标,3,图像,4,生长时用到的域值。-this code is used for region growing in the image segmentation domain.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:953
    • 提供者:yuting
  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 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com