How to use DCT to create feature vectors for neural networks?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hadeer tawfik
am 6 Aug. 2016
Kommentiert: Hadeer tawfik
am 6 Aug. 2016
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
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 6 Aug. 2016
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!