I am working on a project where i have to first normalize the image to [0,1] and then perform dwt and idwt on the image after the processing. so first i convert the image to an array then i normalize it with this codeI am working on a project where i have to first