登录
首页 » matlab » 遥感图像分类工具箱Active-Learning

遥感图像分类工具箱Active-Learning

于 2013-05-11 发布 文件大小:8506KB
0 146
下载积分: 1 下载次数: 204

代码说明:

  遥感图像分类工具箱,包含多种基于支持向量机分类器的主动学习算法(active learning toolbox, used for remote sensing data classification, includes most popular svm-based active learning algorithms.)

文件列表:

ABD_criterion.m,2005,2013-03-20
AL.m,14557,2013-03-20
ALpredict.m,1876,2013-03-20
ALtrain.m,1026,2013-03-20
amdMV.m,2607,2013-03-20
assessment.m,4563,2013-03-20
Contents.m,983,2013-03-20
demo.m,1514,2013-03-20
demo_ksc1.m,2761,2013-03-20
GridSearch_Train_CV.m,2596,2013-03-20
kernelmatrix.m,1466,2013-03-20
Makefile,477,2013-03-20
multisvm.cpp,12960,2013-03-20
n_fold.m,469,2013-03-20
README.txt,3840,2013-03-20
testAVIRIS.mat,7280543,2013-03-20
testKSC1.mat,1448174,2013-03-20

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

发表评论

0 个回复

  • matlab
    ) 使用分块的主成分分析方法(PCA)对人脸图像进行压缩编码。针对PCA方法计算量大的缺点,首先把问题转化成奇异值分解(SVD)问题,然后设计了特征空间的更新算法,通过递推,简化每一步计算的计算量,达到了实时编码的要求。 4) 在Windows平台下基于Video for Windows(VFW)接口开发了人脸视频图像编码和解码的实验系统,该系统实现了图像采集、图像显示、编码、解码等功能。() The use of sub-blocks of principal component analysis (PCA) on the human face image coding. PCA method for large defects, first of all the issues into a singular value decomposition (SVD) problem, and then design a feature space of the update algorithm, recursive, simplifying the calculation of the amount calculated at each step to achieve real-time encoding requirements. 4) In the Windows platform based on Video for Windows (VFW) interfaces, the human face image coding and decoding video experimental system, the system achieved image acquisition, image display, encoding, decoding functions.)
    2010-05-11 12:03:24下载
    积分:1
  • SLICsuperpixel
    自己编写的SLIC超像素分割,包括图片,论文(SLIC superpixel algorithm written by myself)
    2017-02-26 18:00:23下载
    积分:1
  • 分割中常用的水平集方法的matlab源代码
    图像分割是图像分析的关键步骤,而水平集方法是图像分割的一项热门方法,它有着许多算法不具有的优点,尤其可用于分割背景复杂信息难以提取的医学图像。这里是一些水平集分割图像的matlab的实现例子,希望可以帮到大家。(Image segmentation is the key step of image analysis, while the level set method is a popular image segmentation method, it has many advantages that the algorithm does not have, especially can be used for medical image segmentation of complex background information is difficult to extract. Here is some level set segmentation image matlab example, I hope we can help you.)
    2017-08-27 10:44:26下载
    积分:1
  • 基于OpenCV的MPEG-7特征提取 MPEG7FexLib_src_OpenCV22
    说明:  基于OpenCV的MPEG-7特征提取,c++代码(MPEG-7 feature extraction based on OpenCV)
    2020-06-23 05:00:01下载
    积分:1
  • Demo_for_Windows-master
    SDK_key: 人脸追踪(FT) Key 5qTrdeA43zdBXJZt7HM1x1wX9XGt7QicRU6Nt8rXLQAn 人脸检测(FD) Key 5qTrdeA43zdBXJZt7HM1x1weJvY2koYyzGARH6wVoTVw 人脸识别(FR) Key 5qTrdeA43zdBXJZt7HM1x1wmUKoEpvhgJYHd5xAsFig3 年龄识别(Age) Key 5qTrdeA43zdBXJZt7HM1x1xPHL78Ekcog6LU5iNCCNLj 性别识别(Gender) Key 5qTrdeA43zdBXJZt7HM1x1xWSjNHHcbTHHP9VuHLX1rf 此处APP_Id与SDK_Key仅适用于ArcFace v1.1, 不适用于其他版本。(DK_key: Face Tracking (FT) Key 5qTrdeA43zdBXJZt7HM1x1wX9XGt7QicRU6Nt8rXLQAn Face Detection (FD) Key 5qTrdeA43zdBXJZt7HM1x1weJvY2koYzGARH6wVoTVw Face Recognition (FR) Key 5qTrdeA43zdBXJZt7HM1x1wmUKoEpvhg JYHd5xAsFig3 Age Identification (Age) Key 5qTrde A43zdBXJZt7HM1x1xPHL78Ekcog 6LU5iNCCNLj Gender Key 5qTrdeA43zdBXJZt7HM1x1xWSjNHcbTHHP9VuHLX1rf Here APP_Id and SDK_Key are only applicable to ArcFace v1.1, not to other versions.)
    2019-03-07 20:03:15下载
    积分:1
  • 头录制
    摄像头录制功能
    2014-02-12下载
    积分:1
  • DWT2D
    对图像进行二维离散小波变换, 变换级数大于等于3级,然后进行阈值化处理(阈值约为10左右),再统计系数中0的个数(百分比表示)并进行重构, 最后计算重构图像的峰值信噪比(PSNR). (Two-dimensional discrete wavelet transform image transformed series is greater than or equal to 3, and then processing thresholding (threshold of about 10 or so), then statistical coefficient in the number (expressed as a percentage) and to reconstruct the final calculation reconstructed image of the peak signal-to-noise ratio (PSNR).)
    2020-10-23 13:57:22下载
    积分:1
  • image
    关于偏微分方程进行图像处理的电子书,对于学习动态轮廓实现图像的分割非常有用(A book about PDE and image processing, it is very useful for image processing learning)
    2009-04-08 14:20:42下载
    积分:1
  • matlab
    汽车车牌数字识别(上个学期的数字图像处理的课程设计),能运行(Automobile license plate number identification (the last semester of digital image processing course design), can run)
    2009-10-18 15:48:22下载
    积分:1
  • patchwork_wangying
    利用matlab实现Patchwork算法,包括各种处理攻击(Using matlab Patchwork algorithm, including the attack of various treatment)
    2012-03-19 16:44:43下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载