MATLAB: Can anyone help me with watermelon detection(image processing)

Computer Vision Toolboxfruitimage processingImage Processing Toolbox

I have to work with the texture of watermelon but i don't know the procedures how to use texture of watermelon to detect watermelon from an image and what functions should i use.Help me out with this.

Best Answer

Could be anything. stdfilt() is a commonly used texture detection function. You might also use SURF, Hu's moments, Hausdorf distance, CBIR methods, or any number of other things.
Usually people show us an image when they ask for image processing advice.
Related Question