extract feature

1 view (last 30 days)
Tulips
Tulips on 29 May 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

Accepted Answer

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

More Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!