How to program for feature extraction from an image?

Features which i want to extract are standard deviation and mean deviation.

 Accepted Answer

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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!