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

 采纳的回答

Greg Heath
Greg Heath 2012-6-2

0 个投票

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

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by