Builds pyramid based on oriented Laplacian filters. More...
#include <Image/IntegerMathOps.H>
Public Member Functions | |
IntgOrientedPyrBuilder (const int filter_size, const float theta, const integer_math *imath) | |
Construct with a given gabor filter orientation and intensity. | |
virtual IntgOrientedPyrBuilder * | clone () const |
Cloning constructor: | |
virtual ImageSet< int > | build (const Image< int > &img, const int firstlevel, const int depth, PyramidCache< int > *cache=0) |
Builds an oriented pyramid based on img. |
Builds pyramid based on oriented Laplacian filters.
This is a fast approximation to Gabor convolution.
Definition at line 259 of file IntegerMathOps.H.
IntgOrientedPyrBuilder::IntgOrientedPyrBuilder | ( | const int | filter_size, | |
const float | theta, | |||
const integer_math * | imath | |||
) |
Construct with a given gabor filter orientation and intensity.
Definition at line 1336 of file IntegerMathOps.C.
Referenced by clone().
ImageSet< int > IntgOrientedPyrBuilder::build | ( | const Image< int > & | img, | |
const int | firstlevel, | |||
const int | depth, | |||
PyramidCache< int > * | cache = 0 | |||
) | [virtual] |
Builds an oriented pyramid based on img.
Implements PyrBuilder< int >.
Definition at line 1345 of file IntegerMathOps.C.
References ASSERT.
IntgOrientedPyrBuilder * IntgOrientedPyrBuilder::clone | ( | ) | const [virtual] |
Cloning constructor:
Implements PyrBuilder< int >.
Definition at line 1364 of file IntegerMathOps.C.
References IntgOrientedPyrBuilder().