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

搜索资源列表

  1. VIPS

    0下载:
  2. 基于视觉的web页面分割算法(vips)-VIPSa Vision-based Page Segmentation Algorithm
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-14
    • 文件大小:3770915
    • 提供者:王大鹏
  1. bottom_up_segmentation

    0下载:
  2. 分段线性分割的算法,用于进行自底向上的分段线性时间序列分割-Piecewise linear segmentation algorithm, bottom-up used for the Piecewise Linear Time Series Segmentation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-01-28
    • 文件大小:2353
    • 提供者:
  1. 3DMed_OpenSource

    0下载:
  2. 这是一个3D医学图像处理软件,可以对图像进行分割和配准,对于三维和二维的医学图像都可以使用。-This is a 3D medical image processing software, you can image segmentation and registration for three-dimensional and two-dimensional medical images can be used.
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-16
    • 文件大小:24842457
    • 提供者:gaojuan
  1. colur_segmentation

    0下载:
  2. 基于matlab的色差图像分割程序,可以实现复杂背景下的图像分割。-Matlab based on the color image segmentation procedure, the complexity can be achieved in the context of image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:861179
    • 提供者:suxin
  1. graphcut.cpp

    1下载:
  2. graphcut method for segmentation of images
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:5130
    • 提供者:Jai
  1. 3Otsu

    2下载:
  2. 三维Otsu算法,图像分割,利用粒子群优化算法进行加速。-Three-dimensional Otsu algorithm, image segmentation, particle swarm optimization algorithm accelerated.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:4217
    • 提供者:bird
  1. pcnn

    0下载:
  2. MATLAB环境下,基于脉冲耦合神经网络(pcnn)的图像分割-MATLAB environment, using pulse coupled neural network (pcnn) image segmentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:898
    • 提供者:阿若
  1. FCM(1)

    0下载:
  2. 这是我们的数字图像处理的大作业,用模糊聚类的方法做的图像分割,希望对大家有用,谢谢!-This is our large digital image processing operations, with the fuzzy clustering method to do image segmentation, hope for all of us, thank you!
  3. 所属分类:Special Effects

    • 发布日期:2016-02-19
    • 文件大小:210139
    • 提供者:郑强
  1. 3Dsegmentation

    0下载:
  2. 基于matlab的三维图像分割,没有错误-3d segmentation method based on matla
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1147
    • 提供者:杨文
  1. Medical_Image_Segmentation

    1下载:
  2. 医学图像分割的matlab程序,针对脑部肿瘤图像,使用水平集方法划分出肿瘤区域,内部包含测试程序-Medical image segmentation matlab program for brain tumor imaging, using the level set method into the tumor region, the internal test procedures include
  3. 所属分类:matlab

    • 发布日期:2016-05-10
    • 文件大小:7609025
    • 提供者:林平塔
  1. MS-PiecewiseSmooth

    0下载:
  2. 分段光滑的MUMFORD--SHAH图像分割算法,MATLAB。实现了图像分割-Piecewise smooth the MUMFORD- SHAH image segmentation algorithm, MATLAB. The realization of the image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:24515
    • 提供者:天空
  1. 23678

    0下载:
  2. 字符分割源代码,从一幅bmp的汽车图中把汽车牌照分割出来-Character segmentation source code, bmp from a car license plate map to split
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:49471
    • 提供者:钟腾
  1. Segmentation

    0下载:
  2. 聚类PPT,包括五种算法,和几种软件的实现。实用。-Clustering PPT, including the five algorithms, and several software implementations. Practical.
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1649558
    • 提供者:songjie
  1. lrr

    2下载:
  2. Matlab code to run "Robust subsapce segmentation by low-rank representation"
  3. 所属分类:matlab

    • 发布日期:2014-08-14
    • 文件大小:7168
    • 提供者:G. Liu
  1. segment

    0下载:
  2. 利用hsv颜色模板对图像进行分割。在OpenCV环境下开发完成。-Hsv color template using the image segmentation. Environment developed in OpenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1555240
    • 提供者:任雪菲
  1. kmeans

    5下载:
  2. k均值图像分割,经典的图像分割方法,算法简单,效果好。-k-means image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2015-05-24
    • 文件大小:750
    • 提供者:lixu
  1. MatlabRidgeDetection

    0下载:
  2. Matlab多种图像边缘检测方法 1、用Prewitt算子检测图像的边缘 2、用不同σ值的LoG算子检测图像的边缘 3、用Canny算子检测图像的边缘 4、图像的阈值分割 5、用水线阈值法分割图像 6、对矩阵进行四叉树分解 7、将图像分为文字和非文字的两个类别 8、形态学梯度检测二值图像的边缘 9、形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-Matlab a variety of image edge detection method 1, u
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:8662
    • 提供者:
  1. kmeans-segment

    1下载:
  2. 利用k-means算法进行图像分割,效果较好-Using k-means algorithm for image segmentation is better
  3. 所属分类:Special Effects

    • 发布日期:2016-05-10
    • 文件大小:768
    • 提供者:stef
  1. ICTCLAS

    0下载:
  2. 计算所汉语词法分析系统ICTCLAS.分词正确率高达97.58%(973专家组评测),未登录词识别召回率均高于90%,其中中国人名的识别召回率接近98%处理速度为31.5Kbytes/s。ICTCLAS的特色还在于:可以根据需要输出多个高概率结果,有多种输出格式,支持北大词性标注集,973专家组给出的词性标注集合。-Calculate the Chinese Lexical Analysis System ICTCLAS. Segmentation correct rate of 97.58 p
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:3140411
    • 提供者:站长
  1. brain

    0下载:
  2. MICCAI2008脑影像分割文章,包括Interactive Liver Tumor Segmentation using Graph-cut and watershed等-Brain image segmentation MICCAI2008 articles, including the Interactive Liver Tumor Segmentation using Graph-cut and watershed, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1767726
    • 提供者:丛日昊
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com