extract feature

2 visualizaciones (últimos 30 días)
Tulips
Tulips el 29 de Mayo de 2012
hi,I have extracted pixels intesity for example 20x20 arrays pixels. how to use the extracted pixels so that it can be used as a input in neural network

Respuesta aceptada

Greg Heath
Greg Heath el 2 de Jun. de 2012
Convert input images to column vectors by using the colon operator.
columnvector = image(:);
Hope this helps.
Greg

Más respuestas (0)

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by