using PCA how to reduce the dimension of image ?

hi.. im working on computer vision .here i want to compression the motion capture data without any loss .for that .,initially i want to work with PCA .can anyone help me please to code the image using PCA.?

 Respuesta aceptada

Daniel Shub
Daniel Shub el 4 de Oct. de 2011
PCA can be used to reduce the dimensionality, but it is a lossy process. If you are not limited to lossless compression, then the princomp tutorial:
doc princomp
is a good starting point.

3 comentarios

lavan
lavan el 6 de Oct. de 2011
thanks for your response.but i cant access that doc..
Jonny
Jonny el 16 de Oct. de 2011
I cant access that doc too :(
Daniel Shub
Daniel Shub el 16 de Oct. de 2011
You need to have the stats toolbox to use princomp (and doc princomp). The documentation is available online here:
http://www.mathworks.com/help/releases/R2011a/toolbox/stats/princomp.html

Iniciar sesión para comentar.

Más respuestas (1)

Categorías

Preguntada:

el 4 de Oct. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by