using PCA how to reduce the dimension of image ?

3 visualizaciones (últimos 30 días)
lavan
lavan el 4 de Oct. de 2011
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
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)

Carlos
Carlos el 5 de Feb. de 2013
In this document you can find something about PCA and Image http://people.maths.ox.ac.uk/richardsonm/SignalProcPCA.pdf

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by