From cf2880f1128ad0c0e934bc9564212e718486065f Mon Sep 17 00:00:00 2001 From: "rafat.hsn@gmail.com" Date: Sat, 20 Aug 2011 10:49:48 +0000 Subject: [PATCH] Comments Modified --- wavelet2d/demo/swtdemo.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/wavelet2d/demo/swtdemo.cpp b/wavelet2d/demo/swtdemo.cpp index aa837e4..1fc4ebe 100644 --- a/wavelet2d/demo/swtdemo.cpp +++ b/wavelet2d/demo/swtdemo.cpp @@ -60,8 +60,6 @@ int main() { int length;// All coefficients are of same length. Variable "length" returns length // of coefficients. It is not required for ISWT computations. - // If signal is not of dyadic length it is zeropadded as the algorithm is designed to - // work with signals of 2^M length. These extra zeros can be removed after reconstruction swt(sig, J, nm, swt_output, length);