plastimatch
Loading...
Searching...
No Matches
gabor.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _gabor_h_
5#define _gabor_h_
6
7#include "plmutil_config.h"
8#include "plm_image.h"
9
10class Gabor_private;
11
12class Gabor
13{
14public:
15 Gabor_private *d_ptr;
16public:
17 Gabor ();
18 ~Gabor ();
19
20public:
21 Plm_image::Pointer get_filter ();
22};
23
24#endif
Definition gabor.h:13
Gabor_private * d_ptr
Definition gabor.h:15
Gabor()
Definition gabor.cxx:30
Plm_image::Pointer get_filter()
Definition gabor.cxx:41
~Gabor()
Definition gabor.cxx:35