Manages a pixmap representation of a gabor patch. More...
#include <Psycho/GaborPatch.H>
Public Member Functions | |
GaborPatch (const GaborSpec &spec) | |
int | size () const |
Image< double > | image (double contrast) const |
Static Public Member Functions | |
static const GaborPatch & | lookup (const GaborSpec &s) |
static const GaborPatch & | lookup (double sigma, double omega, double theta, double phi) |
Manages a pixmap representation of a gabor patch.
Can either compute values directly, or can cache the entire patch.
Definition at line 71 of file GaborPatch.H.