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

搜索资源列表

  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. region-merging

    0下载:
  2. 图像分割that is right.region segmentation very good,you may see,that is right .-region segmentation very good,you may see,that is right.region segmentation very good,you may see,that is right.region segmentation very good,you may see,that is right.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:59347
    • 提供者:科举
  1. Automatic-segmentation

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

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

    0下载:
  2. Region based Active Contour的Matlab实现代码。很经典的方法-Region based Active Contour of Matlab code. Classic method
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:16059
    • 提供者:李好
  1. EditMap

    0下载:
  2. 一个VB简易图像标记处理程序。 可以载入一个图像后在图像上加入区域分分割、标签等标记,保存成自己的私有格式,可以再载入进行再次修改。-VB marked a simple image processing. Can load an image by adding in the image region segmentation, labeling and other marks, save as their own proprietary formats, you can then re-l
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:27834
    • 提供者:
  1. segmentation

    0下载:
  2. This paper provides an algorithm for partitioning grayscale images into disjoint regions of coherent brightness and texture. Natural images contain both textured and untextured regions, so the cues of contour and texture differences are exploited
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:159493
    • 提供者:aan
  1. Segment

    0下载:
  2. Image Segmentation Algorithm Using modified Region-Grow implemented in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:499457
    • 提供者:刘宝渊
  1. lip

    0下载:
  2. Lip image analysis has attracted much interest in recent years because some important speech information is contained in the shape and movement of the lip. To extract such information from the lip images, accurate and robust lip region segmen
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:92876
    • 提供者:vikas
  1. skin_color_segmentation

    0下载:
  2. the program perform image compensation and followed by skin region segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:25343
    • 提供者:remey
  1. Segmentation2

    1下载:
  2. 包括边缘检测、 灰度阈值分割区域分割彩色分割、特殊方法的图像分割-Including edge detection, region segmentation thresholding gray color segmentation, special methods of image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:40888
    • 提供者:阿毛
  1. segmentation

    3下载:
  2. 基于边缘检测和区域生长的自然彩色图像分割源码-Based on edge detection and region growing source of natural color image segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-28
    • 文件大小:262260
    • 提供者:小馨
  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. Region-growing-image-segmentation

    0下载:
  2. 对图像的区域生长进行分割,包括matlab程序和图像-Region growing image segmentation, including procedures and image matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:3220
    • 提供者:安南
  1. Segmentation

    0下载:
  2. This matlab code implements the region split and merge segmentation of an image
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1832
    • 提供者:Aswathy
  1. region

    0下载:
  2. 使用聚类法实现区域分割,鼠标点击选择种子点,有多种阈值的比较-Clustering method to achieve the region segmentation, the mouse click to select seed point threshold comparison
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:60884
    • 提供者:张瑞萌
  1. Image-segmentation

    0下载:
  2. matlab实现图像分割源代码,边缘的分割方法:检测图像点边缘,线边缘 区域的分割方法:阈值分割技术、区域生长技术、分水岭分割方法 -matlab image segmentation source code, the split method: edge detection image point edge, line edge region segmentation method: threshold segmentation, region growing technology,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:202589
    • 提供者:莫志杰
  1. Image-Region-Segmentation

    0下载:
  2. 位图图像稳定区域分割的种子点选取条件,区域定义 区域分割 高斯混合模型 高斯分布 种子点选取 阈值选取 灰度范围-Bitmap image stabilization region segmentation of the seed point selection conditions, regional definition Region segmentation Gaussian mixture model Gaussian distribution The seed point select
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1105738
    • 提供者:黄哲
  1. Interactive-Image-Segmentation

    0下载:
  2. 交互式图像分割,是根据Yuri Boykov and Marie-Pierre Jolly的文章,用C++和OpenCV实现的-Automatic image segmentation is a hard problem and, is not flexible enough to be used for general segmentation. The objective of this project is to implement an interactive image segment
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:837769
    • 提供者:xiaohai
  1. Segmentation-algorithms

    0下载:
  2. 霍夫检测。阈值分割。区域分割。灰度图像的区域生长法。-Hoff detection.Threshold segmentation.Region segmentation.Gray image region growing method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2421
    • 提供者:周骞
  1. Region-growing-algorithm

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

    • 发布日期:2017-04-26
    • 文件大小:48912
    • 提供者:lxn8888
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com