How to use DCT to create feature vectors for neural networks?

조회 수: 1 (최근 30일)
Hadeer tawfik
Hadeer tawfik 2016년 8월 6일
댓글: Hadeer tawfik 2016년 8월 6일
I want to use DCT to create feature vectors for gray images and then use it for pattern recognition using neural network. Is there any example or a guide that may help me? thank you

채택된 답변

Walter Roberson
Walter Roberson 2016년 8월 6일
Step 1:
Read the image.
Step 2:
call dct() on the image.
Step 3:
Use reshape() on the result of step 2, to turn the results of dct( ) into a vector
Step 4:
Use the vector as input to a neural network.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by