Builds pyramids based on Gaussian filters. More...
#include <Image/IntegerMathOps.H>
Public Member Functions | |
IntgGaussianPyrBuilder (const int filter_size, const integer_math *imath) | |
Constructor. | |
virtual IntgGaussianPyrBuilder * | clone () const |
Cloning constructor: | |
virtual ImageSet< int > | build (const Image< int > &img, const int firstlevel, const int depth, PyramidCache< int > *cache=0) |
Builds a Gaussian pyramid based on img. |
Builds pyramids based on Gaussian filters.
Definition at line 234 of file IntegerMathOps.H.
IntgGaussianPyrBuilder::IntgGaussianPyrBuilder | ( | const int | filter_size, | |
const integer_math * | imath | |||
) |
ImageSet< int > IntgGaussianPyrBuilder::build | ( | const Image< int > & | img, | |
const int | firstlevel, | |||
const int | depth, | |||
PyramidCache< int > * | cache = 0 | |||
) | [virtual] |
Builds a Gaussian pyramid based on img.
Implements PyrBuilder< int >.
Definition at line 1310 of file IntegerMathOps.C.
References ASSERT.
IntgGaussianPyrBuilder * IntgGaussianPyrBuilder::clone | ( | ) | const [virtual] |
Cloning constructor:
Implements PyrBuilder< int >.
Definition at line 1327 of file IntegerMathOps.C.
References IntgGaussianPyrBuilder().