pywt
pywt copied to clipboard
Hello,I have a question about the length of the image.
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?