PCA and LDA on a binary black and white image

2 次查看(过去 30 天)
Hi guys I need a matlab code for PCA and LDA to carry out on binary black and white image. Plz help me with it.

采纳的回答

Walter Roberson
Walter Roberson 2011-4-5
PCA:
[COEFF,SCORE] = princomp(YourImage);
LDA: use classify
  4 个评论
Walter Roberson
Walter Roberson 2011-4-6
The MATLAB routines for PCA and LDA are part of the {optional, extra cost} Statistics Toolbox.
I imagine that if you were to use a search engine, you would be able to find alternative code Files that other people have Contributed for the Exchange of MATLAB ideas.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dimensionality Reduction and Feature Extraction 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by