extract feature
조회 수: 2 (최근 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!