PCA and LDA on a binary black and white image

1 visualización (últimos 30 días)
Karan Ratnaparkhi
Karan Ratnaparkhi el 5 de Abr. de 2011
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.
  2 comentarios
Sean de Wolski
Sean de Wolski el 5 de Abr. de 2011
What have YOU done so far to solve YOUR homework problem?
Karan Ratnaparkhi
Karan Ratnaparkhi el 5 de Abr. de 2011
wat do you mean?

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 5 de Abr. de 2011
PCA:
[COEFF,SCORE] = princomp(YourImage);
LDA: use classify
  4 comentarios
Karan Ratnaparkhi
Karan Ratnaparkhi el 6 de Abr. de 2011
nope!!
Walter Roberson
Walter Roberson el 6 de Abr. de 2011
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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by