photo

Rifat Hossain


Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


how can i find the weights of the faces in this transformed space with respect to the Eigen Vectors Vi.this is the step 4 in the PCA algorithm .algorithm link include below.it will be helpful to give matlab code of step 4,5 of the algorithm.
<https://sites.google.com/site/autosignlan/algorithms-used/principal-component-analysis find weight of faces of transform space ...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
convert matrix in single column
columnvector=matrix(:) this work fine

plus de 7 ans il y a | 0