Builds pyramids based on Gaussian filters with boundary conditions for radially transformed images. More...
#include <Image/PyrBuilder.H>
Public Member Functions | |
GaussianRadialPyrBuilder () | |
Constructor. | |
virtual GaussianRadialPyrBuilder< 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 with boundary conditions for radially transformed images.
Definition at line 134 of file PyrBuilder.H.
GaussianRadialPyrBuilder< T >::GaussianRadialPyrBuilder | ( | ) | [inline] |
Constructor.
Definition at line 118 of file PyrBuilder.C.
ImageSet< T > GaussianRadialPyrBuilder< 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 125 of file PyrBuilder.C.
References buildRadialPyrGaussian().
GaussianRadialPyrBuilder< T > * GaussianRadialPyrBuilder< T >::clone | ( | ) | const [inline, virtual] |