create feature vector for some features

1 vue (au cours des 30 derniers jours)
fereshte
fereshte le 26 Mai 2014
Commenté : fereshte le 28 Mai 2014
hello i have some features such mean,area and etc of image for each person.how create a feature vector for each one( inclouding name of person and his features)?
thank you

Réponses (1)

Image Analyst
Image Analyst le 27 Mai 2014
What have you done so far? Do you have the measurements yet? If so, just string them together
featureVector = [theMean, area, perimeter, stdDev];
or something like that.
  1 commentaire
fereshte
fereshte le 28 Mai 2014
yes,thanks a lot.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Feature Detection and Extraction dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by