how to create the feature vector for the image??????????????
2 views (last 30 days)
Show older comments
i'm doing feature extraction technique,i have used gabor filter for feature extraction. how to create the feature vector ??????
1 Comment
Geoff Hayes
on 10 Nov 2014
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.
Answers (1)
Image Analyst
on 10 Nov 2014
Just string all the numbers for the various measurements together.
myFeatureVector = [measurement1, measurement2, measurement3]; % as many as you have.
3 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!