Filter löschen
Filter löschen

How to use Wavelet downsampling image for Neural Network?

3 Ansichten (letzte 30 Tage)
Max333
Max333 am 9 Mai 2012
I want to use Wavelet downsampling image for Neural Network. Althrough Neural Network can't process if the image is big. I want to use Wavelet downsampling because I think it differrent from another method. So please help me how to use Wavelet downsampling for Neural Network.
  1 Kommentar
Walter Roberson
Walter Roberson am 9 Mai 2012
This sounds like two independent parts. NN does not care what the data you process represents, so it doesn't care (other than data size) whether the input data is image or downsized image or random. Likewise, the code for image downsizing does not care that you are going to be using the resulting image in NN.
So just program the two parts independently and pass the downsized image into the NN input.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu AI for Signals and Images 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!

Translated by