Filter löschen
Filter löschen

extract feature

3 Ansichten (letzte 30 Tage)
Tulips
Tulips am 29 Mai 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

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by