
Builds pyramids based on Gaussian filters. More...
#include <Image/PyrBuilder.H>


Public Member Functions | |
| GaussianPyrBuilder (const int filter_size) | |
| Constructor. | |
| virtual GaussianPyrBuilder< T > * | clone () const |
| Cloning constructor: | |
| virtual ImageSet< T > | build (const Image< T > &img, const int firstlevel, const int depth, PyramidCache< T > *cache=0) |
| Builds a Gaussian pyramid based on img. | |
Builds pyramids based on Gaussian filters.
Definition at line 111 of file PyrBuilder.H.
| GaussianPyrBuilder< T >::GaussianPyrBuilder | ( | const int | filter_size | ) | [inline] |
Constructor.
Definition at line 82 of file PyrBuilder.C.
| ImageSet< T > GaussianPyrBuilder< T >::build | ( | const Image< T > & | img, | |
| const int | firstlevel, | |||
| const int | depth, | |||
| PyramidCache< T > * | cache = 0 | |||
| ) | [inline, virtual] |
Builds a Gaussian pyramid based on img.
Implements PyrBuilder< T >.
Definition at line 89 of file PyrBuilder.C.
References buildPyrGaussian().
Referenced by PyrFoveator::foveate().
| GaussianPyrBuilder< T > * GaussianPyrBuilder< T >::clone | ( | ) | const [inline, virtual] |
1.6.3