I am trying to code Haar DWT based steganography. Coefficients of subbands are coming in float64. In order to embed secret in pixels, I need subband as integers.
Matlab provides a lifting schemes to convert subbands to integers. Does any python library provide such function?
Using: pywavelets, numpy, python2.7