How to use Wavelet downsampling image for Neural Network?

3 次查看(过去 30 天)
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 个评论
Walter Roberson
Walter Roberson 2012-5-9
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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 AI for Signals and Images 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by