extract feature
12 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
採用された回答
Greg Heath
2012 年 6 月 2 日
Convert input images to column vectors by using the colon operator.
columnvector = image(:);
Hope this helps.
Greg
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!