Description: matlab解线性方程组的源代码
function x=nagauss2(a,b,flag)
% 用途:选列主元Gauss消去法解线性方程组ax=b
% 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程
-Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection PCA Gauss elimination method for solving linear equations ax = b% Format : nagauss2 x = (a, b, flag) for a coefficient matrix, b subguadratic column vector, if the flag is 0, then showed intermediate process Platform: |
Size: 3072 |
Author:郑超 |
Hits:
Description: PCA原代码,可以移植到别的pca算法中使用,具有较强的可移植性。-PCA original code can be transferred to other pca algorithm used, with a strong portability. Platform: |
Size: 2048 |
Author:李辙 |
Hits:
Description: 基于ORL人脸库的主元分析法用于人脸识别-ORL face database based on the principal component analysis method for face recognition Platform: |
Size: 1024 |
Author:chenxi |
Hits:
Description: matlab实现PCA进行的人脸识别源程序,基本的功能实现,做为基础-matlab realize PCA for face recognition source code, the basic function of the realization, as a basis for Platform: |
Size: 158720 |
Author:sutao |
Hits:
Description: 人脸识别的matlab代码,本征脸( eigenface )方法是子空间人脸识别方法的典型代表。该方法基于一种部分的K-L 变换,或者称为主成分分析( PCA )-Matlab code for face recognition, eigenface (eigenface) sub-space method is a typical representative of face recognition methods. The method is based on a part of the KL transform, or known as principal component analysis (PCA) Platform: |
Size: 1024 |
Author:李英豪 |
Hits:
Description: 主成分分析程序包,包括主成分分析和独立主成分分析两个程序源代码。-Principal component analysis package, including principal component analysis principal component analysis and independent source code for both procedures. Platform: |
Size: 7168 |
Author:2007理工信工 |
Hits:
Description: 对于PCA ,LDA,BIC,EBGM都有很详细的代码。但是需要在LINUX下配置运行。不过代码较有参考价值。-For PCA, LDA, BIC, EBGM have a very detailed code. But the need to configure to run under LINUX. However, a more useful code. Platform: |
Size: 5902336 |
Author:xiaobai |
Hits:
Description: a matlab code that can be used for calculating the PCA of any kind of data , using simulink-a matlab code that can be used for calculating the PCA of any kind of data , using simulink Platform: |
Size: 7168 |
Author:med |
Hits:
Description: 主要的源代码成分分析,您可以加载数据,然后可以直接使用无需修改-Principal component analysis of the source code, you can load data, and then can be used directly without modification Platform: |
Size: 1024 |
Author:fengbin |
Hits:
Description: 人脸识别的源代码 经典的pca和lda人脸识别
实现的成功率有待改进 好的可以达到70 -Face recognition source code for pca and lda classic face recognition could be improved to achieve a good success rate can reach 70 Platform: |
Size: 2048 |
Author:华 |
Hits:
Description: 该代码为PCA主成分分析,可用于特征选择,选取贡献最大的前三个主成分-The code for the PCA principal component analysis, can be used for feature selection, select the largest contribution to the first three principal components Platform: |
Size: 2048 |
Author:vivi |
Hits:
Description: This is a Simple Code for Face Recognition using PCA + LDA Approach. I hve write this code for ORL Database containing 400 images of 40 persons. I have used Eigenface Algorithm for Face Recognition. Its a Very Simple Code you can easily understand it. Thank You. Platform: |
Size: 6144 |
Author:Sandeep |
Hits: