Commit Graph

26 Commits

Author SHA1 Message Date
rafat.hsn@gmail.com
cce2f13e27 2d ISWT code. Not tested so I am not including it with the main library. 2012-07-04 08:30:52 +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
d26770e025 Added some comments. 2011-05-16 06:56:11 +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
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
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