Borrar filtros
Borrar filtros

2-Dimensional Principle Component Analysis

2 visualizaciones (últimos 30 días)
Algorithms Analyst
Algorithms Analyst el 27 de Abr. de 2013
Comentada: Ali Asghar sharifi el 3 de Feb. de 2017
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 comentarios
Algorithms Analyst
Algorithms Analyst el 29 de Abr. de 2013
any comment?????
Ali Asghar sharifi
Ali Asghar sharifi el 3 de Feb. de 2017
function 'princomp' use for 'PCA' not '2DPCA' and this function removed and you can use function 'pca'.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by