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

搜索资源列表

  1. imagesegmentation

    3下载:
  2. 压缩文件里有四种图像分割的算法源代码,即阈值法、区域增长法、分裂合并法和K均值法。图片可用于检验。-The rar folder includes four source code of image segmentation,ie.thresholding, region growing, splitting and merging, kmeans. The images are able to be used for evaluation and verification.
  3. 所属分类:Special Effects

    • 发布日期:2014-05-05
    • 文件大小:156672
    • 提供者:杨岩
  1. autosegment

    0下载:
  2. 将水平集结合M um fo rd2Shah 模型的算法应用于尿沉渣检测,改进章毓晋的图像分割评价指标,并结合计算时间对分割算法进行定量 实验评价-Will combine the level set model M um fo rd2Shah algorithm is applied to urine sediment testing, Zhang Yu-Jin improve evaluation of image segmentation and computing time of
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:831444
    • 提供者:zhouwuzhengwang
  1. tuxiang

    1下载:
  2. 利用克隆选择和粒子群算法实现图像分割 有很好的分割效果。经过多次验证实践。-Clonal selection and particle swarm algorithm has a good image segmentation segmentation. After several rounds of verification practice.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:3797
    • 提供者:tanjing
  1. Search

    0下载:
  2. 进行点云数据处理是需要进行中邻域搜索算法,上传的是K邻域搜索算法-For point cloud data processing is needed in the neighborhood search algorithm, upload the K neighborhood search algorithm
  3. 所属分类:Search Engine

    • 发布日期:2017-03-23
    • 文件大小:6273
    • 提供者:sad
  1. PW_1.0.1

    0下载:
  2. 这个c程序实现几种2D和3D分割算法,这些算法可以参考下面这篇论文,程序的运行请查看README.txt-Camille Couprie, Leo Grady, Laurent Najman and Hugues Talbot , "Power Watersheds: A New Image Segmentation Framework Extending Graph Cuts, Random Walker and Optimal Spanning Forest", ICCV 09, 2009
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4393323
    • 提供者:liucun
  1. tuxiangfenggeyutezhengtiqu

    1下载:
  2. 图像特征提取的总结,用MATLAB模糊聚类算法进行图像分割,阀值分割及特征提取的资料和作业。-Summary of the image feature extraction, fuzzy clustering algorithm using MATLAB for image segmentation, threshold segmentation and feature extraction of data and operations.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:490641
    • 提供者:abcd0609
  1. regiongrowing

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

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

    1下载:
  2. 一种改进的分水岭分割算法 ,效果很不错的哦-Improved watershed segmentation results are good
  3. 所属分类:matlab例程

    • 发布日期:2014-03-12
    • 文件大小:2243
    • 提供者:颜普
  1. Watershed-16

    0下载:
  2. 分水岭算法的实现,能自动对图像进行分割,任何图像都能够读取-Watershed algorithm, can automatically split the image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6497728
    • 提供者:赵萌
  1. liziqun

    1下载:
  2. 利用粒子群算法做的关于基于指数熵对数熵TSALLIS熵的多阈值的图像分割,内附无优化算法,可以做时间比较-Using particle swarm optimization to do on the entropy-based index of the number of entropy TSALLIS entropy of multi-threshold image segmentation, containing no optimization, can do more time
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:16742
    • 提供者:张宇飞
  1. youzhushi_ms

    0下载:
  2. 实现mean shift 均值漂移的基本的MATLAB算法 带有部分注释-Mean shift to achieve the basic mean shift algorithm with some of the MATLAB Notes
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1633
    • 提供者:sun
  1. growcut

    0下载:
  2. growcut分割算法matlab代码,实现图像分割较好的方法-matlab code growcut segmentation algorithm to achieve better image segmentation methods-image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:93414
    • 提供者:fairlaidy
  1. cut

    0下载:
  2. 在定义了窗口之后,我们只需将窗口内的图形显示出来,对于窗口之外的图形我们是不关心的。因此,必须将窗口外的图形裁剪下去。在本资料中,实现如下对直线段进行裁剪的算法:Cohen-Sutherland算法、中点分割算法、梁友栋-Barsky算法,并且利用Sutherland-Hodgman算法实现对多边形的裁剪,最后,实现当裁剪域是任意凸多边形时的裁剪算法。-In the definition of the window, we simply window graphics are displayed
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1959396
    • 提供者:
  1. cutout

    0下载:
  2. 在定义了窗口之后,我们只需将窗口内的图形显示出来,对于窗口之外的图形我们是不关心的。因此,必须将窗口外的图形裁剪下去。在本资料中,实现如下对直线段进行裁剪的算法:Cohen-Sutherland算法、中点分割算法、梁友栋-Barsky算法,并且利用Sutherland-Hodgman算法实现对多边形的裁剪,最后,实现当裁剪域是任意凸多边形时的裁剪算法。-In the definition of the window, we simply window graphics are displayed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1959513
    • 提供者:
  1. Complex_background_of_license_plate_character_segm

    0下载:
  2. 复杂背景的车牌字符分割算法Complex background of license plate character segmentation-Complex background of license plate character segmentation Complex background of license plate character segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:206865
    • 提供者:ie7
  1. ostu

    0下载:
  2. OSTU最大类间方差阈值分割算法matlab实现-OSTU Otsu threshold segmentation algorithm matlab implementation
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:2565
    • 提供者:黄种
  1. multiscale

    0下载:
  2.  多尺度变换域隐马尔可夫模型能够有效地描述变换域系数在尺度间、尺度内和方向间的统计相关性,是 一种新的统计图像感知与识别方法. 文中以变换域系数的统计相关性描述为中心,以模型的设计和应用的开展为 两翼,深入分析了子波变换的三级统计特性与机理,比较研究了多尺度变换域的十种统计模型,并系统评述了这些 模型在图像感知、处理和分析中的最新进展. 同时,具体论述了这一领域研究中两类成功的实例:图像去噪和图像 纹理分割. 对于前者,以Lena 图像为测试用例分析比较了以变换域统计模型为核心的
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1001773
    • 提供者:周二牛
  1. FusionSegmentationAlgorithm

    0下载:
  2. 针对合成孔径雷达(SAR) 图像含有大量斑点噪声的特点,基于Contourlet 的多尺度、局部化、方向性和各向 异性等优点,并结合隐马尔科夫树( HMT) 模型和隐马尔科夫场(MRF) ,提出了一种基于Contourlet 域持续性和聚 集性的SAR 图像模糊融合分割算法。该算法有效捕获了Contourlet 子带的持续性和聚集性,并分别用HMT 和 MRF 来刻画,再依据模糊测度,将多尺度HMT 和MRF 有机融合,建立Contourlet 域HMT2MRF 融合模型,并导
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:896982
    • 提供者:周二牛
  1. image-segmentation

    0下载:
  2. 用于图像的分割,其中利用了循环域值图像分割算法实现的-for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:679
    • 提供者:王健
  1. cbsb

    0下载:
  2. 一些开发车牌识别的资料,很有用,1。车牌识别中的二值化及快速倾斜校正算法2。车牌字符识别算法毕业设计3。基于HSI空间的车牌字符分割4。汽车牌照实时几何畸变校正方法5。一种实用快速的车牌字符分割方法-Some developed license plate recognition data, very useful, 1. License Plate Recognition binarization and fast skew correction algorithm 2. Graduation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:1064798
    • 提供者:shikaichang
« 1 2 ... 32 33 34 35 36 3738 39 40 41 42 ... 50 »
搜珍网 www.dssz.com