Feature extraction for classification
Show older comments
Hi there, I attached the images that I want to extract features for classification. these are zoomed images of different fruits. kindly help me how to find features on these images. I tried using extractHOGfeatures function but its not giving me correct classification.
2 Comments
Image Analyst
on 20 Sep 2017
What are the classes? How many classes are in each photo? One? If so, then one feature may simply be the color. Why do you think HOG should be what you want? Can you attach what you think the classification should look like?
Ushna Asif
on 21 Sep 2017
Accepted Answer
More Answers (1)
Akira Agata
on 21 Sep 2017
0 votes
I believe the following example will be your help. Using this method, you can extract 4096-dimensional feature vector for each image.
1 Comment
Ushna Asif
on 21 Sep 2017
Edited: Ushna Asif
on 21 Sep 2017
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!