create feature vector for some features
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Image Analyst
2014-5-27
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!