2-Dimensional Principle Component Analysis

3 ビュー (過去 30 日間)
Algorithms Analyst
Algorithms Analyst 2013 年 4 月 27 日
Hi all
I want to extract the feature vector from image using 2DPCA.
If I use the direct matlab function princomp let sya
img=imread('myimage.bmp'); img=double(rgb2gray(img)); [coeff score latent tsquare]=princomp(img);
then which one is the feature vector in this case?
princomp function is same like the linear transformation like y=Ax.? where A is matrix of mxn and x is n-dimensonal unitary column vector.Bur if I apply manually y is column feature vector.why?
thanks
  2 件のコメント
Algorithms Analyst
Algorithms Analyst 2013 年 4 月 29 日
any comment?????
Ali Asghar sharifi
Ali Asghar sharifi 2017 年 2 月 3 日
function 'princomp' use for 'PCA' not '2DPCA' and this function removed and you can use function 'pca'.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeDimensionality 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