create feature vector for some features

2 ビュー (過去 30 日間)
fereshte
fereshte 2014 年 5 月 26 日
コメント済み: fereshte 2014 年 5 月 28 日
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

回答 (1 件)

Image Analyst
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.
  1 件のコメント
fereshte
fereshte 2014 年 5 月 28 日
yes,thanks a lot.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by