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.?

 Accepted Answer

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

thanks for your response.but i cant access that doc..
I cant access that doc too :(
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)

Categories

Community Treasure Hunt

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

Start Hunting!