#include <Wavelet.h>
Public Methods | |
| Wavelet (char *fn_prefix) | |
| Constructor method. More... | |
| bool | initialised_ok () |
Public Attributes | |
| CMatrix* | real_kernel |
| CMatrix* | imag_kernel |
Kernel data is loaded from two files prefix.real and prefix.imag.
Definition at line 27 of file Wavelet.h.
|
|
Constructor method. Loads convolution kernels from files: <fn_prefix>.real and <fn_prefix>.imag
Definition at line 32 of file Wavelet.cpp. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001