How to program for feature extraction from an image?

 Réponse acceptée

I=imread('Input image')
Feature1 = mean2(I)
Feature2 = std2(I)

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by