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

搜索资源列表

  1. 第09章 人脸的检测与定位

    0下载:
  2. 人脸的检测与定位(在预处理部分,采用了特别的增强人脸特征与脸部皮肤之间对比度的方法及局域取阈值二值化方法,改进了预处理的效果。在图像分割部分,实现了经典的分合算法,并且使用成组算法改进了分合的效果。在人脸匹配部分,实现了基于眼睛和嘴的几何模型匹配,并对评价函数的构造进行了研究。)-Face Detection and Location (pretreatment, using a special facial features enhanced facial skin and the contr
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:10.47mb
    • 提供者:wfw
  1. goodCanny

    0下载:
  2. 图像分割的经典算法CANNY算法的源代码,很实用-the classic image segmentation algorithm Canny algorithm source code, practical
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:4.46kb
    • 提供者:元辉
  1. Imagepro_4

    0下载:
  2. 用于各种图像分割的算法 ,隐痛上传,从上面的边缘检测,二值化,区域分割一些经典的算法来加深对图像分割的理解。粗略分析了这些算法的优点很不足。对于课题算法的选取起了很大的帮助-for various image segmentation algorithm secret anguish uploads from above the edge detection, two values, Segmentation some classical algorithm for image segmenta
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:172.88kb
    • 提供者:王晓明
  1. bmplib的读取和各种经典图片变化处理算法的比较

    3下载:
  2. 程序实现了bmp和dib图片的的读取,并能用各种经典的算法对图片实现:图像增强,图像匹配,图像复员,图像变换,特征提取,图像识别和图像分割 除此之外,该程序还给出了各个算法的实现结果的比较.详细内容参见压缩包内的-bmp realized by the pictures and Freehand read, and can use various classic picture of the algorithm to achieve : image enhancement, image matc
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2.53mb
    • 提供者:方完
  1. 基于C++的图像典型算法演示系统

    1下载:
  2. 这是北航图像中心用C++编写的一个图像典型算法演示系统,里面包括各类经典的图像算法,比如图像预处理、各类图像分割、图像增强、图像复原、两种模板匹配、两种运动图像分析等。对于学习图像处理的人,无论是学习算法还是拷贝代码都有莫大的好处。
  3. 所属分类:图形图象

  1. mean shift 彩色图像分割经典算法

    0下载:
  2. mean shift 彩色图像分割经典算法--VC,mean shift color image segmentation--VC
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:60.53kb
    • 提供者:孙国民
  1. 4

    0下载:
  2. 图像分割算法的Matlab源程序,里面含有大量经典源代码-image segmentation algorithm Matlab source, it contains a large number of classic source code
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:79.38kb
    • 提供者:向峰
  1. kmeans

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

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

    0下载:
  2. 图像分割中的经典算法snake的代码。该代码简洁高效,当处理非凸曲线边缘时分割效果好-Image segmentation algorithm in the classic snake code. The code concise and efficient, when dealing with non-convex curve of the edge effect when the partition
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:3.12kb
    • 提供者:zhangpin
  1. meanshift

    0下载:
  2. 用meanshift算法实现图像分割,较经典的方法,效果较好-Meanshift algorithm using image segmentation, the more classical methods, better
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3.3kb
    • 提供者:purple_ice
  1. RegionGrow921

    0下载:
  2. 基于区域增长的图像分割算法,非常经典,用MATLAB编写,已测试可用,对新手有帮助-Based on region growing image segmentation algorithm, very classic, with MATLAB writing, have been tested is available on the novice help
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:718byte
    • 提供者:zhaotao
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1.05mb
    • 提供者:zhaolipo
  1. 03

    0下载:
  2. 上下文分割算法EM 算法,相当经典。是基于小波域隐马尔可夫模型的多尺度图像分割。-Context of the EM segmentation algorithm, very classic. Is based on wavelet domain hidden Markov model multi-scale image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:320.08kb
    • 提供者:江涛
  1. KMeansBMPSeg

    0下载:
  2. 模式识别经典方法之一 K均值算法(KMeans)进行图像分割 有完善的图形界面 可以通过柱状图的形式动态展示聚类程序-One of the classical method of pattern recognition K means algorithm (KMeans) for image segmentation has improved graphical interface can be dynamically displayed in the form of histogram clu
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:143.93kb
    • 提供者:langger
  1. ImageProcess

    0下载:
  2. 图像处理的经典算法,包含直方图、图像滤波、边缘检测、图像分割等算法-Classical image processing algorithms, including histogram, image filtering, edge detection, image segmentation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:3.81mb
    • 提供者:移风
  1. GraphCut

    0下载:
  2. 图像分割经典算法GraphCut的实现代码-An implementation of GraphCut Algorithm, which is a classical method in image segmentation field.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:887.19kb
    • 提供者:王沛涛
  1. MATLAB实现图像分割otsuf 源程序代码

    0下载:
  2. 本程序,直接用MATLAB实现otsuf算法,并使用此算法对经典图像进行分割。(This procedure, directly with MATLAB to achieve otsuf algorithm, and use this algorithm to segment the classic image.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:480kb
    • 提供者:王克贤
  1. 图像分割

    0下载:
  2. 该文档包含多个图像分割的经典算法有:区域生长的图像分割程序,基于遗传算法的图像分割,大津算法,迭代法等(The document contains a number of image segmentation of the classic algorithms are: regional growth of the image segmentation program, based on genetic algorithm image segmentation, Ozu algorithm, i
  3. 所属分类:文章/文档

    • 发布日期:2017-12-18
    • 文件大小:517kb
    • 提供者:晴天雨
  1. C#数字图像处理算法典型

    0下载:
  2. 图像处理的基本算法汇总 , 灰度化 , 点运算 , 几何运算 , 边缘检测 , 平滑去噪 ,图像分割 ,彩色图像处理等 . C#语言编写的图像处理算法集合 .(Image processing of the basic algorithm, summary, grayscale, point calculation, geometric operations, edge detection, smoothing denoising, image segmentation, color image
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:17.32mb
    • 提供者:无花果周
  1. CV_code_Sample

    0下载:
  2. 李纯明的经典水平集分割算法代码,十分好用(2005__LevelSet__Li-ChunMing)
  3. 所属分类:图形图象

« 12 3 4 5 »
搜珍网 www.dssz.com