Azzera filtri
Azzera filtri

How to program for feature extraction from an image?

1 visualizzazione (ultimi 30 giorni)
Features which i want to extract are standard deviation and mean deviation.

Risposta accettata

Stalin Samuel
Stalin Samuel il 24 Mar 2015
I=imread('Input image')
Feature1 = mean2(I)
Feature2 = std2(I)

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by