extract feature

3 次查看(过去 30 天)
Tulips
Tulips 2012-5-29
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
Convert input images to column vectors by using the colon operator.
columnvector = image(:);
Hope this helps.
Greg

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by