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

搜索资源列表

  1. RegionGrowth

    0下载:
  2. 基于Matlab平台的区域生长法图像分割。采用8连通的领域,手动选取种子点。-Matlab platform-based region growing image segmentation. 8-connected areas, manually select seed points.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:933
    • 提供者:DXX
  1. Image-segmentation-code

    1下载:
  2. Cutpicture(form)做的是直方图统计: 第一步:读入图片,并将彩色图片用公式转化为灰度图像。 第二步:用区域生长法将图片分块并对每一块做直方图统计,用广度优先搜索完成,子程序是int flood_fill()。返回值是区域内的点的数量。判断是否属于同一块区域的条件是前面搜索得到的灰度平均值是否大于给定阈值(即threshold,由用户输入决定)。 第三步:任意两块区域对区域直方图的每个色阶比例的差的绝对值求和,若和小于阈值(即threshold2,由用户输入决定)则合并两
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:2861
    • 提供者:吴魏
  1. quyushengzhang

    0下载:
  2. 区域生长法实现图像分割,获得区域生长起始点,将生长起始点灰度值存入seed中,图像边界上的点的判断,计算新的灰度平均值-Region growing method to achieve image segmentation, region growing starting point to obtain the growth of the gray values ​ ​ are stored in seed starting point, the image point on
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-16
    • 文件大小:938
    • 提供者:蔡小成
  1. second2

    0下载:
  2. 静态背景目标跟踪。采用帧间差,去噪处理,区域生长法。还原前景。-Static background target tracking. Using inter-frame difference, denoising, region growing method. Restore outlook.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2120
    • 提供者:李阳
  1. traffic-sign-image-segmentation

    0下载:
  2. 程序是实现交通标志图像的分割GUI界面,采用分割的方法主要有Ostu,阈值迭代选择法及区域生长法。-Program is to achieve a traffic sign image segmentation GUI interface, the mainly segmentation methods are Ostu, iterative threshold selection method and region growing method.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:66659
    • 提供者:王松
  1. Segmentataion-of-MR-brain-images

    0下载:
  2. 图像分割算法,区域生长法,基于一个种子点分割脑部MRI图像,希望对大家有所帮助。-Segmentataion of MR brain images
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:45475
    • 提供者:徐盼盼
  1. oil__detect

    0下载:
  2. 内河石油泄漏检测,用阈值法分割,区域生长法-Inland oil spill detection
  3. 所属分类:Console

    • 发布日期:2017-05-28
    • 文件大小:10278895
    • 提供者:张丽
  1. qysz

    0下载:
  2. 区域生长法函数,适于有matlab基础的选手编辑使用,可以自己根据需要调整参数。-Region growing method, function, suitable for basic player editor using matlab, can according to need to adjust the parameters.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4596
    • 提供者:咸鱼
  1. vcforimagedivision2

    0下载:
  2. vcforimagedivisionVC实现区域生长法的递归算法-vcforimagedivisionVC regional growth law recursive algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1610
    • 提供者:thofde
  1. Image-segmentatio

    0下载:
  2. 图像分割的两种有效方法,阈值分割和区域生长。其中,阈值分割适合目标区域与其背景在灰度特性上的差异比较大情况。另外,效果较好的区域生长法可以为大家提供参考-Two effective methods of image segmentation, thresholding and region growing. Among them, thresholding suitable target region and its background in grayscale characteristics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:243812
    • 提供者:曹玲
  1. vcforimagedivision2

    0下载:
  2. vcforimagedivisionVC实现区域生长法的递归算法-vcforimagedivisionVC regional growth law recursive algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1656
    • 提供者:tinMay
  1. Segmentation

    0下载:
  2. 使用区域生长法对灰度图像进行分割,显示原图及分割后的图像-Region growing method using gray-scale image segmentation, image display artwork and divided
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:149679
    • 提供者:wulin
  1. zfsb

    0下载:
  2. 基于matlab的字母识别,基于模板匹配,因为采用区域生长法,速度可能有些慢!-Base on matlab!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-06
    • 文件大小:1267712
    • 提供者:汪路
  1. regiongrow

    0下载:
  2. 该程序主要用于matlab对图像进行区域检测分割 其原理是区域生长法 需要自己设定阈值 选取生长点-The program is mainly used matlab image area detection principle is divided region growing needs its own set threshold growing point
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1632
    • 提供者:佘编程
  1. taotao51

    1下载:
  2. 图像分割 自适应阈值法,otsu法,区域生长法,最大熵法,贝叶斯法,kMeans法,MeanShift法。-Adaptive threshold image segmentation method, otsu method, region growing method, the maximum entropy method, Bayesian method, kMeans law, MeanShift law.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:8014
    • 提供者:淘涛
  1. regiongrowing

    0下载:
  2. 通过区域生长法,自动检测分割图像,提取图形特征区域,进行模式识别-By region growing method to automatically detect image segmentation, feature extraction graphics area, pattern recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1422
    • 提供者:wuxiangyu
  1. Region-growing-image-segmentation

    0下载:
  2. 图像区域生长法 三种不同的区域生长法 效果很好 带有图像及处理结果-Region growing image segmentation method,Three different types of region growing method was very effective With the image and the result of processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:277178
    • 提供者:李婷
  1. regiongrowing

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

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

    0下载:
  2. 从国外网站上搜来的图像分割算法中的区域生长法的Matlab源代码,可用于MRI图像等,效果不错,分享给大家!-share a matlab code of segmentation algorithm about growth in the region a foreign website ,which runs well.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:922
    • 提供者:孙腾
  1. region-growing-method

    0下载:
  2. 数字图像处理图像分割-区域生长法region growing method-region growing method
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1007
    • 提供者:文星
« 1 2 3 45 »
搜珍网 www.dssz.com