登录
首页 » matlab » demoBagSVM

demoBagSVM

于 2013-09-03 发布 文件大小:106KB
0 1134
下载积分: 1 下载次数: 114

代码说明:

  一种基于半监督的svm的图像分类方法。该方法通过聚类核的方法利用无标记样本局部正则化训练核的表达式。这种方法通过图像直接学习一个自适应的核。该程序仿真的是文章:Semi-supervised Remote Sensing Image Classification with Cluster Kernels。大家可以参考下。(A semi-supervised SVM is presented for the classification of remote sensing images. The method exploits the wealth of unlabeled samples for regularizing the training kernel representation locally by means of cluster kernels. The method learns a suitable kernel directly from the image, and thus avoids assuming a priori signal relations by using a predefined kernel structure. Good results are obtained in image classification examples when few labeled samples are available. The method scales almost linearly with the number of unlabeled samples and provides out-of-sample predictionsds)

文件列表:

demoBagSVM
..........\BagSVM.m,6363,2008-09-01
..........\build_Kbag.m,1629,2008-07-09
..........\closerCluster.m,387,2008-06-02
..........\code_svm
..........\........\.DS_Store,6148,2008-08-31
..........\........\svmpredict.dll,28672,2008-05-26
..........\........\svmpredict.mexglx,64561,2008-05-23
..........\........\svmtrain.dll,49152,2008-05-26
..........\........\svmtrain.mexglx,68500,2008-05-23
..........\demo.m,704,2008-09-01
..........\kernelmatrix.m,1191,2008-05-23
..........\L2_distance.m,2067,2007-10-05
..........\labeled.txt,549,2008-08-31
..........\htm" target=_blank>README,3436,2008-09-01
..........\unlabeled.txt,9117,2008-08-31

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

发表评论

0 个回复

  • text-detection
    在视频文字检测以及提取方面,比较好的参考论文,大家可以下载参考!(Video text detection and extraction, a good reference papers, everyone can download the reference!)
    2012-09-10 08:23:48下载
    积分:1
  • LBP算法实现的纹分类
    说明:  LBP算法实现图像的纹理分类,基于论文:multiresolution gray scale and rotation invariant texture classification with location binary patterns(LBP algorithm to achieve image texture classification, based on the paper: Multiresolution gray scale and rotation variant texture classification with location binary patterns)
    2020-09-27 14:00:46下载
    积分:1
  • pcacode
    程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量(Programming steps: 1 to mean 2, calculation of covariance matrix and its eigenvalues and eigenvectors 3, the calculation of covariance matrix eigenvalues greater than the threshold number of 4, in descending order of eigenvalue 5, remove the smaller eigenvalue 6, remove the larger eigenvalue (usually not this step) 7, the combined choice of eigenvalues 8, select the appropriate eigenvalues and eigenvectors 9, computing whitening matrix 10, principal component extraction)
    2008-07-14 16:25:23下载
    积分:1
  • xihua
    图像细化处理的C代码,效果较好,对初学者有较好的参考作用(Image processing of C code, the effect is good, is good for beginners reference)
    2014-07-07 16:21:02下载
    积分:1
  • TVL11
    基于全变分的图像复原方法程序,还有全变分的理论课件,可以进行实验的!(Image restoration method based on the variational procedure, and the variational theory of courseware, can carry out the experiment.)
    2015-01-25 21:51:39下载
    积分:1
  • VQ-in-wavelet-domain
    图像压缩相关代码,基于小波域的矢量量化算法实现图像编码功能(Image compression code image coding, wavelet-based vector quantization algorithm)
    2013-05-13 22:34:01下载
    积分:1
  • MATLAB_image_process_with_PDE
    运用偏微分方程(PDE)方法进行图像处理的matlab程序,包括图像滤波、图像分割、插值、图像增强、恢复及一些方程组求解等在偏微分方法处理图像处理领域常用且重要的处理程序,供大家学习。(The use of partial differential equations methods matlab image processing procedures, including image filtering, image segmentation, interpolation, image enhancement, restoration, and some partial differential equations approach to solving such as in the field of image processing procedures used and important for them to learn.)
    2010-01-12 10:09:14下载
    积分:1
  • 基于OPENCV的SIFT特征提取与匹配算法 OPENCV_SIFT_VC6
    基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net (2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其环境参数。(OPENCV the SIFT-based feature extraction and matching algorithm. Contains a complete Gaussian pyramid from the image, DOG, space extremum point extraction, description of key points, KDtree matching key step in the realization of the full function of the comprehensive and in-depth understanding of Lowe s SIFT algorithm of tremendous help. Program to run before the installation of (1) OpenCV: http://opencvlibrary.sourceforge.net (2) SIFT: http://web.engr.oregonstate.edu/ ~ hess/index.html, and configure the parameters of their environment.)
    2020-06-26 03:00:02下载
    积分:1
  • hough
    hough变换检测椭圆,先进行二值化检测边缘(hough u53D8 u6362 u68C0 u6D4B u692D u5706 uFF0C u5148 u8FDB u884C u4E8C u503C u5316 u68C0 u6D4B u8FB9 u7F18)
    2017-03-02 20:51:26下载
    积分:1
  • 作业5
    理解频域处理与空间域处理的等效关系与步骤,掌握频域相乘与空间域循环卷积之间的对等关系,理解DFT运算中补零的效果。(Understand the equivalent relationship and steps of frequency domain processing and space domain processing, understand the reciprocal relationship between frequency domain multiplication and space domain circular convolution, and understand the effect of zero padding in DFT operation.)
    2020-11-10 18:19:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载