Basic PCA based log-Likelihood Classifier

PCA algorithm suitable for detection / recognition of 2D image "objects"

Download
Download

You are now following this Submission

Cite As

Dirk-Jan Kroon (2026). Basic PCA based log-Likelihood Classifier (https://in.mathworks.com/matlabcentral/fileexchange/24817-basic-pca-based-log-likelihood-classifier), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.2.0

Changed (I'm not entirely sure if it is correct) :
[U,S] = svd(G);
Geigenvalue=diag(S).^2
to
Geigenvalue=diag(S);

Download
1.1.0

Linux Ubuntu Tested

Download
1.0.0

Download