is there a version of Principle Component Analysis for images?
1 回表示 (過去 30 日間)
古いコメントを表示
hello everybody, i want to ask about Principle Component Analysis, a tool used for data analysis
is there a version for PCA that is used for analysis the images?
and i want a source code and some examples for that
thanks for your help
0 件のコメント
回答 (3 件)
Sean de Wolski
2013 年 4 月 15 日
doc pca
and
edit pca
10 件のコメント
Sean de Wolski
2013 年 4 月 15 日
Essentially. You need to horizontally concatenate all of your images first.
Adam Filion
2013 年 4 月 15 日
I don't know much PCA myself, but I know we have some built-in tools in Statistics and Wavelet toolboxes that may be of use:
http://www.mathworks.com/help/stats/princomp.html http://www.mathworks.com/help/wavelet/ug/multiscale-principal-components-analysis.html
There are also a number of entries on the File Exchange for PCA:
0 件のコメント
Image Analyst
2013 年 4 月 15 日
The most famous application of PCA to images is eigenfaces: http://en.wikipedia.org/wiki/Eigenface You can essentially construct any face image by a weighted sum of eigenface (PCA) images.
3 件のコメント
Image Analyst
2013 年 4 月 16 日
Sure, you could do it. Would that be useful to you? Why do you want PCA component images anyway?
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!