登录
首页 » matlab » MATLAB_svmmatlabtoolbox

MATLAB_svmmatlabtoolbox

于 2007-10-11 发布 文件大小:123KB
0 208
下载积分: 1 下载次数: 120

代码说明:

  支持向量机的工具箱,对于图像处理中的分类识别学习者有着很大帮助。分享快乐!(SVM toolbox for image processing in the classification and identification of learners have a great help to me. To share their happiness!)

文件列表:

svm matlab toolbox
..................\binomial.m
..................\centrefig.m
..................\cmap.mat
..................\Contents.m
..................\Examples
..................\........\Classification
..................\........\..............\iris1v23.mat
..................\........\..............\iris2v13.mat
..................\........\..............\iris3v12.mat
..................\........\..............\linsep.mat
..................\........\..............\nlinsep.mat
..................\........\Regression
..................\........\..........\example.mat
..................\........\..........\sinc.mat
..................\........\..........\titanium.mat
..................\newsvm.zip
..................\nobias.m
..................\Optimiser
..................\.........\Makefile
..................\.........\pr_loqo.c
..................\.........\pr_loqo.h
..................\.........\qp.c
..................\.........\qp.dll
..................\qp.dll
..................\htm" target=_blank>README
..................\softmargin.m
..................\svc.m
..................\svcerror.m
..................\svcinfo.m
..................\svcoutput.m
..................\svcplot.m
..................\svdatanorm.m
..................\svkernel.m
..................\svr.m
..................\svrerror.m
..................\svroutput.m
..................\svrplot.m
..................\svtol.m
..................\uiclass.m
..................\uiclass.mat
..................\uiregress.m
..................\uiregress.mat

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • haar__like
    本代码是使用matlab编写的harr特征的代码,值得大家研究和参考(This code is the use of matlab prepared harr characteristics of the code, it is worth study and reference)
    2013-06-07 16:40:11下载
    积分:1
  • Image-Segmentation-Method
    本文主要研究基于水平集方法的活动轮廓模型图像分割,在回顾活动轮廓模 型发展的基础上,介绍了曲线演化理论及其水平集方法,证明了水平集方法可以 有稳定的数值实现方式且其处理拓扑变化的自然性,进一步引出了变分水平集方 法。 本文介绍了两种不同的几何活动轮廓模型:基于梯度信息的李纯明模型以及 基于区域信息的 Chan-Vese 模型(C-V 模型)。在分析上述两模型的优缺点上,提 出了一种改进的 C-V 模型,改进模型引入了距离约束项,同时对基于区域的外部 能量项进行了改进,使得水平集函数重新初始化寓于模型的演化之中,分割结果 对参数的依赖性减小。 (This paper mainly study image segmentation of active contour model based on level set. After reviewing the development of the active contour model, curve evolution and level set method are presented, then we proved that the level set method has a stable numerical realization and can describe the topology change of the contour naturally, in addition we introduce level set of variational method. We introduce two different GAC models in this paper: Li Chunming model which is based on gradient information and Chan-Vese model (C-V model) which is based on region information. Based on the drawbacks and advantages of these two models, we improve the C-V model by adding penalizing energy term of signed distance function, at the same time, mending the external energy term which based on region information, then the re-initialization of the level set can accomplish in the model evolution, and the degree of the segmentation result depend on the parameters decline. )
    2011-12-20 20:27:30下载
    积分:1
  • BSS
    很棒的盲源分离的源代码 值得大家做盲信号处理的好的源代码(Great blind source separation of the source code is worth doing good blind signal processing source code)
    2011-07-14 15:19:22下载
    积分:1
  • StringMatch
    带通配符的字符串匹配,多重匹配,支持通配符“*”,“?”(String matching with wildcards, multiple matches, supports wildcards " *" , " ?" )
    2014-01-16 10:33:12下载
    积分:1
  • ch1
    document about computer vision - image processing
    2013-08-19 18:01:58下载
    积分:1
  • DarkChannelPrior
    目标物与摄像机距离已知的情况下,计算白天大气能见度距离。(The distance between the object and the camera is known to calculate the visibility distance in daytime.)
    2017-01-20 14:10:32下载
    积分:1
  • registration
    这是一个matlab的代码。利用自带函数,代码实现了医学图像的配准(This is a matlab source. Code implements images registration)
    2017-04-27 10:14:08下载
    积分:1
  • JPEGCompression
    编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。 (4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。 (5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。 (6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
    2019-02-18 22:58:13下载
    积分:1
  • kmeans
    实现基于颜色的Kmeans图像分割,只是需要自己设定聚类中心数目,聚类中心初始化采用Kmeans++(Kmeans image segmentation based on color, but need to set the number of cluster centers, clustering center initialization using Kmeans++)
    2017-01-08 20:31:37下载
    积分:1
  • ImageRetrieval
    毕业设计,基于内容的图像检索,支持的检索特征包括 sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持,运行时请先选定一个文件夹来生成特征库,特征库用access数据库保存,只支持JPG文件(Graduate design, content-based image retrieval, search features, including support sift, color histogram, gray matrix, HU moment invariants, edge direction histogram, retrieval method using the K-means and KD trees are two kinds of needs OPENCV support Please select a runtime folder to generate the feature library, feature library with access database save, only supports JPG files)
    2010-09-14 17:31:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载