MATLAB: Feature extraction for classification

classificationComputer Vision Toolboxfeature extractionfruitImage Processing Toolbox

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.

Best Answer

I would think that just color (Hue and Saturation) and texture might be enough. Of course if two images look the same but are different fruits, there is no telling, like you have an image of orange grainy things and one is an apricot and one is a nectarine.
Related Question