using PCA how to reduce the dimension of image ?

1 view (last 30 days)
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.?

Accepted Answer

Daniel Shub
Daniel Shub on 4 Oct 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 Comments
Daniel Shub
Daniel Shub on 16 Oct 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

Sign in to comment.

More Answers (1)

Carlos
Carlos on 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!