using PCA how to reduce the dimension of image ?

1 visualizzazione (ultimi 30 giorni)
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.?

Risposta accettata

Daniel Shub
Daniel Shub il 4 Ott 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 Commenti
Jonny
Jonny il 16 Ott 2011
I cant access that doc too :(
Daniel Shub
Daniel Shub il 16 Ott 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

Accedi per commentare.

Più risposte (1)

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

Community Treasure Hunt

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

Start Hunting!

Translated by