// Please see the README file or the LEGAL NOTES-section in the manual before modifying, compiling or using 'xmrm' // Idea: Manfred Kopp // Programming: Gerhard Waldhör, Andreas Artmann void Wave_Init(int print_inverse_filters); void Compose(int wavelet, int lvls, int size_x, int size_y, int *wave_w,int *wave_h, float *c); void Decompose(int wavelet, int size_x, int size_y, int *wave_w,int *wave_h, float *c);