how to create the feature vector for the image??????????????

2 ビュー (過去 30 日間)
guru
guru 2014 年 11 月 10 日
編集済み: ayushi 2016 年 7 月 6 日
i'm doing feature extraction technique,i have used gabor filter for feature extraction. how to create the feature vector ??????
  1 件のコメント
Geoff Hayes
Geoff Hayes 2014 年 11 月 10 日
guru - have you written some code that you are using for this feature extraction technique, or are you using some code found on the File Exchange or elsewhere? If the latter, then you may want to reference this code so that others can have a look at it and help you to define the feature vector.

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

回答 (1 件)

Image Analyst
Image Analyst 2014 年 11 月 10 日
Just string all the numbers for the various measurements together.
myFeatureVector = [measurement1, measurement2, measurement3]; % as many as you have.
  3 件のコメント
Image Analyst
Image Analyst 2016 年 6 月 30 日
It is already a vector.
ayushi
ayushi 2016 年 7 月 4 日
編集済み: ayushi 2016 年 7 月 6 日
thank you sir please guide me because i am not getting how to fed them to svm training for further classification of them

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

カテゴリ

Help Center および File ExchangeDeep Learning for Image Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by