标签: python matlab signal-processing steganography pywavelets
我正在尝试编写基于Haar DWT的隐写术。子带的系数以float64形式出现。为了在像素中嵌入秘密,我需要子带作为整数。
Matlab提供lifting schemes将子带转换为整数。有没有python库提供这样的功能?
使用:pywavelets,numpy,python2.7