Effacer les filtres
Effacer les filtres

How to program for feature extraction from an image?

1 vue (au cours des 30 derniers jours)
pranav padakar
pranav padakar le 24 Mar 2015
Features which i want to extract are standard deviation and mean deviation.

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Image Segmentation and Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by