Borrar filtros
Borrar filtros

How to program for feature extraction from an image?

1 visualización (últimos 30 días)
pranav padakar
pranav padakar el 24 de Mzo. de 2015
Respondida: Stalin Samuel el 24 de Mzo. de 2015
Features which i want to extract are standard deviation and mean deviation.

Respuesta aceptada

Stalin Samuel
Stalin Samuel el 24 de Mzo. de 2015
I=imread('Input image')
Feature1 = mean2(I)
Feature2 = std2(I)

Más respuestas (0)

Categorías

Más información sobre Image Segmentation and Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by