I'm trying to embed text data into the coefficients of DWT of an image/video frame to perform steganography. I have used PyWavelets to extract coefficients.
However, I'm struggling to understand how to manipulate the coefficients of DWT to embed the binary of the text.
Can anyone guide me to perform what I'm trying to do ? Any help would be greatly appreciated.