Builds pyramids based on Laplacian filters. More...
#include <Image/PyrBuilder.H>
Public Member Functions | |
LaplacianPyrBuilder (const int filter_size) | |
Constructor. | |
virtual LaplacianPyrBuilder< 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 Laplacian pyramid based on img. |
Builds pyramids based on Laplacian filters.
Definition at line 218 of file PyrBuilder.H.
LaplacianPyrBuilder< T >::LaplacianPyrBuilder | ( | const int | filter_size | ) | [inline] |
Constructor.
Definition at line 258 of file PyrBuilder.C.
ImageSet< T > LaplacianPyrBuilder< T >::build | ( | const Image< T > & | img, | |
const int | firstlevel, | |||
const int | depth, | |||
PyramidCache< T > * | cache = 0 | |||
) | [inline, virtual] |
Builds a Laplacian pyramid based on img.
Implements PyrBuilder< T >.
Definition at line 265 of file PyrBuilder.C.
References buildPyrLaplacian().
LaplacianPyrBuilder< T > * LaplacianPyrBuilder< T >::clone | ( | ) | const [inline, virtual] |