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


Public Member Functions | |
| ConvolvePyrBuilder (const Image< float > &filt, ConvolutionBoundaryStrategy boundary) | |
| Constructor. | |
| virtual ConvolvePyrBuilder< 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 pyramid based on img. | |
Builds pyramids based on arbitrary filters.
Definition at line 154 of file PyrBuilder.H.
| ConvolvePyrBuilder< T >::ConvolvePyrBuilder | ( | const Image< float > & | filt, | |
| ConvolutionBoundaryStrategy | boundary | |||
| ) | [inline] |
Constructor.
Definition at line 154 of file PyrBuilder.C.
| ImageSet< T > ConvolvePyrBuilder< T >::build | ( | const Image< T > & | img, | |
| const int | firstlevel, | |||
| const int | depth, | |||
| PyramidCache< T > * | cache = 0 | |||
| ) | [inline, virtual] |
Builds a pyramid based on img.
Implements PyrBuilder< T >.
Definition at line 162 of file PyrBuilder.C.
References buildPyrConvolve().
| ConvolvePyrBuilder< T > * ConvolvePyrBuilder< T >::clone | ( | ) | const [inline, virtual] |
1.6.3