extract feature

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

 Risposta accettata

Greg Heath
Greg Heath il 2 Giu 2012

0 voti

Convert input images to column vectors by using the colon operator.
columnvector = image(:);
Hope this helps.
Greg

Più risposte (0)

Categorie

Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by