Commit Graph

40 Commits

Author SHA1 Message Date
rafat.hsn@gmail.com
cf2880f112 Comments Modified 2011-08-20 10:49:48 +00:00
rafat.hsn@gmail.com
52e86d9d88 1D SWT Demo 2011-08-20 10:48:42 +00:00
rafat.hsn@gmail.com
29605d45e1 Comments added 2011-08-20 10:11:09 +00:00
rafat.hsn@gmail.com
3be23ebd2a 1D Appx Demo 2011-08-20 10:09:58 +00:00
rafat.hsn@gmail.com
a05f0ccd87 New and slightly modified Code. (Output dwtout.txt added) 2011-08-20 09:45:14 +00:00
rafat.hsn@gmail.com
a657292131 1D Demo 2011-08-20 07:55:31 +00:00
rafat.hsn@gmail.com
5b6b0fd4b1 Line 139 should be
    double temp = output[(3*k+1)*row*col+ i * col +j - k*col];
instead of

        double temp = output[(3*k+1)*row*col+ i * col +j];
2011-08-09 07:33:07 +00:00
rafat.hsn@gmail.com
74a24e5089 ver 0.3 2011-05-28 03:24:02 +00:00
rafat.hsn@gmail.com
efc1d49cfe Periodic DWT Code Modified
ChangeLog ver 0.3

A couple of major changes and a few minor tweaks.

1. Periodic DWT code changed. The issue was Perfect Reconstruction wasn't working when filter length became larger than
 decmated signal. Code changed to implement actual periodic extension instead of using circular shift to mimic periodic 
extension. Change is strictly under the hood and header file remains unchanged.

2. Dyadic Zero padding is changed to padding the signal by the last value of the signal instead of zeros.
2011-05-28 03:20:59 +00:00
rafat.hsn@gmail.com
d26770e025 Added some comments. 2011-05-16 06:56:11 +00:00
rafat.hsn@gmail.com
39021b8a59 License Info 2011-04-30 10:10:42 +00:00
rafat.hsn@gmail.com
cdd3d0d0b3 MIT License 2011-04-30 10:08:49 +00:00
rafat.hsn@gmail.com
e47461fb4d Updated 2011-04-29 23:23:31 +00:00
rafat.hsn@gmail.com
180e33164a updated 2011-04-29 23:23:15 +00:00
rafat.hsn@gmail.com
9246e41794 Description Edited 2011-04-28 00:36:57 +00:00
rafat.hsn@gmail.com
2c27df3564 2D SWT Demo 2011-04-28 00:36:27 +00:00
rafat.hsn@gmail.com
4a00d29238 Stationary Wavelet Transform Demo 2011-04-27 23:49:11 +00:00
rafat.hsn@gmail.com
46fe53cd7e Made changes to Display Algorithm. 2011-04-27 22:57:38 +00:00
rafat.hsn@gmail.com
2623928082 Made changes to display algorithm. 2011-04-27 22:55:58 +00:00
rafat.hsn@gmail.com
de1cdf84ea Description updated 2011-04-27 12:27:41 +00:00
rafat.hsn@gmail.com
ace6e0ab7f Image Approximation using symmetric approximation DWT 2011-04-27 12:27:05 +00:00
rafat.hsn@gmail.com
cab2941546 Description added 2011-04-27 10:44:56 +00:00
rafat.hsn@gmail.com
399eb0cdf8 DWT of arbitrary size image using symmetric extension 2011-04-27 10:43:52 +00:00
rafat.hsn@gmail.com
6b4ade047c Header File 2011-04-27 02:00:14 +00:00
rafat.hsn@gmail.com
cbfcc91a49 Updated Wavelet Code. 2011-04-27 01:59:01 +00:00
rafat.hsn@gmail.com
145ce67f3b Image Approximation using OPENCV and dwt_2d/idwt_2d functions 2011-04-27 01:28:03 +00:00
rafat.hsn@gmail.com
0f57cc1ed4 Image Approximation. 2011-04-27 01:26:35 +00:00
rafat.hsn@gmail.com
1118ecc708 Updates 2011-04-27 01:06:23 +00:00
rafat.hsn@gmail.com
324d481193 Update 2011-04-27 01:05:54 +00:00
rafat.hsn@gmail.com
00df1d109c 2D DWT and IDWT using OPENCV and a 512 by 512 grayscale image. 2011-04-27 01:03:15 +00:00
rafat.hsn@gmail.com
f708392e23 Wavelet Demo comparing linear and non-linear approximation properties.Implemented using dwt_sym and idwt_sym. 2011-04-27 00:54:30 +00:00
rafat.hsn@gmail.com
e1acd2a4fb Edited to make it work with wavelet library 2011-04-27 00:41:19 +00:00
rafat.hsn@gmail.com
37a0296f4b 1D DWT Demo using symmetric extension dwt_sym and idwt_sym 2011-04-27 00:35:46 +00:00
rafat.hsn@gmail.com
80b6ef4f81 Changed to work with new wavelet library. 2011-04-27 00:24:03 +00:00
rafat.hsn@gmail.com
a8bdcd4a38 Piecewise Regular Test Signal (WaveLab, Stanford University) 2011-03-22 08:51:06 +00:00
rafat.hsn@gmail.com
c126f69399 Signal File. This is "Piecewise-Regular" signal taken from Wavelab (stanford University). 2011-03-22 08:49:54 +00:00
rafat.hsn@gmail.com
90d7bd72f6 Linear and Non-Linear Approximation Demo using Wavelets. 2011-03-21 23:53:58 +00:00
rafat.hsn@gmail.com
4a3be02df1 Demo File. Computes DWT and IDWT of a given signal. Generates script file for GNUPLOT. 2011-03-21 23:52:47 +00:00
rafat.hsn@gmail.com
6afe97143f 1D DWT Source Code 2011-03-21 23:46:12 +00:00
rafat.hsn@gmail.com
5ce17c803c Header File 2011-03-21 23:45:37 +00:00