00001 /************************************************************************* 00008 * 00009 * Source code for Real Time Image Library (libRTImage) 00010 * 00011 * Leeds Vision Group give permission for this code to be copied, modified 00012 * and distributed within the University of Leeds subject to the following 00013 * conditions:- 00014 * 00015 * - The code is not to be used for commercial gain. 00016 * - The code and use thereof will be attributed to the authors where 00017 * appropriate (including demonstrations which rely on it's use). 00018 * - All modified, distributions of the source files will retain this header. 00019 * 00020 ****************************************************************************/ 00021 00022 #ifndef WAVELET_H 00023 #define WAVELET_H 00024 00025 #include <CMatrix.h> 00026 00027 class Wavelet 00032 { 00033 private: 00034 bool InitOk ; 00035 public: 00036 CMatrix *real_kernel ; 00037 CMatrix *imag_kernel ; 00038 00039 Wavelet(char *fn_prefix) ; 00040 00041 bool initialised_ok() ; 00042 }; 00043 00044 #endif 00045
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001