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

2 次查看(过去 30 天)
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 个评论
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 CenterFile Exchange 中查找有关 Deep 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