PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.97k stars 460 forks source link

Hello,I have a question about the length of the image. #736

Open Fortuneteller6 opened 2 months ago

Fortuneteller6 commented 2 months ago

When i use haar wavelet, the input img_size is (256, 256) and the output img_size is (128, 128). But when use the db2, the output img_size is (129, 129), how could i solve this problem? If i use the revise function, would it cause the problems?