create feature vector for some features
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Image Analyst
am 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.
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!