필터 지우기
필터 지우기

How to use Wavelet downsampling image for Neural Network?

조회 수: 3 (최근 30일)
Max333
Max333 2012년 5월 9일
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