using PCA how to reduce the dimension of image ?

조회 수: 3 (최근 30일)
lavan
lavan 2011년 10월 4일
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.?

채택된 답변

Daniel Shub
Daniel Shub 2011년 10월 4일
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
Jonny
Jonny 2011년 10월 16일
I cant access that doc too :(
Daniel Shub
Daniel Shub 2011년 10월 16일
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

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by