登录
首页 » matlab » RVM-hyperspectral

RVM-hyperspectral

于 2017-02-16 发布 文件大小:77143KB
0 141
下载积分: 1 下载次数: 66

代码说明:

  基于相关向量机的高光谱图像分类算法,functions中是用到的函数,另一个文件夹是主程序。(RVM hyperspectral image classification algorithm, functions are functions used, another folder is the main program.)

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

发表评论

0 个回复

  • iapolarcoord
    图片极坐标转换,可实现极坐标转换,以及求傅里叶变换(Picture polar coordinate conversion, convert polar coordinates can be realized, as well as seeking the Fourier transform)
    2014-01-23 10:42:11下载
    积分:1
  • AffineTrnasformation
    利用该函数可以对图像进行仿射变换,是不错的matlab源代码(Function can make use of the image affine transformation, is a good source code matlab)
    2008-05-24 11:56:29下载
    积分:1
  • wifi_robot_client_PC_QT
    实现上位机对wifi智能车的控制,接收路由器传输图像并显示界面是用Qt4.0编写,开发环境QtCreater 图像处理Opencv(Host computer for wifi smart car control, image transmission and display the receiving router)
    2020-11-30 22:19:28下载
    积分:1
  • Image-Processing-Based-on-PDE
    《图像处理的偏微分方程方法》随书光盘完整版 本光碟中包含五个文件夹。 (1)视频剪辑:可供教学演示,其中, two_cells 是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程; denoissing 是利用P_M方程,对图像平滑去噪的演化过程 curve_linear_heat_flow 是利用FT实现的闭合曲线的线性热流演化过程。 (2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。 (3)灰度图象和彩色图像:其中的图像,可以作为图像分割,平滑滤波,反差增强,彩色增强以及图像放大等实验的素材。 (4) MATLAB程序:其中包含10余个MATLAB程序或(函数)的源代码。程序中所作的注释,与书中关于对应算法的描述是一致的。 本光碟中的所有内容,仅供教学和研究参考。(" Image Processing Based on PDE" CD with the book contains the full version of the disc five folders. (1) Video clip: for teaching demonstration, which, " two_cells" is improved variational level set methods to achieve the evolution of GAC model image segmentation " denoissing" is the use of P_M equation, the evolution of image smoothing denoising process " curve_linear_heat_flow" is the use of a closed curve FT achieve a linear heat evolution. (2) binary image: one of the images for morphological image processing experiments, it can also be obtained by extracting the object boundary curve evolution for experimental use. (3) gray-scale images and color images: images which can be used as image segmentation, filtering, contrast enhancement, color enhancement and image amplification test material. (4) MATLAB Program: which includes more than 10 or MATLAB program (function) of the source code. Comments made in the program, and a description of the boo)
    2015-10-01 10:41:21下载
    积分:1
  • Matlab
    读取图片,用鼠标获取图片点坐标,输出坐标数据(Read the image, the image point coordinates obtained with the mouse, and output coordinate data)
    2012-12-26 14:48:58下载
    积分:1
  • dct
    8*8矩阵dct变换以及量化 反量化和反dct变换(8* 8 transform and quantization matrix dct quantization and anti-anti-dct transform)
    2009-04-20 22:57:00下载
    积分:1
  • circle-are
    用C编写程序来求解圆的面积和周长,这是以前的一个实习作业。(Write a program in C to solve the area and perimeter of a circle, which was previously an internship job.)
    2013-10-14 19:22:33下载
    积分:1
  • FAST-ICA
    1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,p)/norm(W(:,p)) 8、若W不收敛,返回第5步 9、令p=p+1,若p小于等于m,返回第4步 剩下的应该都能看懂了 基本就是基于负熵最大的快速独立分量分析算法(1, on the center of the observation data, 2, making a mean of 0, the data to whitening-> Z 3, select the number of components to be estimated m, setting the number of iterations p < -1 4, select an initial weight vector (random W, so that the Z dimension of the row vectors of numbers) 5, the use of iteration W (i, p) = mean (z (i, :).* (tanh ((temp) ' * z)))- (mean (1- (tanh ((temp)) ' * z). ^ 2)).* temp (i, 1) to learn W (This formula is used to approximate the negative entropy) 6 with symmetric orthogonal treatments W 7, normalized W (:, p) = W (:, p)/norm (W (:, p)) 8, if W does not converge, return to step 5 9 , so that p = p+1, if p less than or equal m, return to step 4 should be able to read the rest of the basic is based on negative entropy of the largest fast independent component analysis algorithm)
    2013-06-27 15:39:00下载
    积分:1
  • Wavelet_SP
    压缩感知CS——采用小波变换进行稀疏表示,高斯随机矩阵为观测矩阵,重构算法为SP算法,对256*256的lena图处理,比较原图和SP算法在不同采样比例(0.74、0.5、0.3)下的重构效果,并各运行50次,比较算法性能PSNR和每次的运行时间(Compressed sensing CS- using wavelet transform as sparse representation, Gaussian random matrix as the observation matrix and SP algorithm as the reconstruction algorithm. Compare lena figure and the reconstruction results using SP algorithm at different sampling ratio (0.74,0.50.3),then each runs 50 times, compare the performance of PSNR and each running time)
    2013-01-19 12:47:40下载
    积分:1
  • xu2016bit
    基于混沌的图像比特级加密算法(新的置乱和扩散策略)(Image bit level encryption algorithm based on Chaos (New scrambling and diffusion strategy))
    2016-11-17 15:44:26下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载