Clear Filters
Clear Filters

How to program for feature extraction from an image?

1 view (last 30 days)
Features which i want to extract are standard deviation and mean deviation.

Accepted Answer

Stalin Samuel
Stalin Samuel on 24 Mar 2015
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!