A PyrBuilder that does template matching. More...
#include <Image/PyrBuilder.H>
Public Member Functions | |
TemplateMatchPyrBuilder (const Image< float > &templ) | |
virtual TemplateMatchPyrBuilder * | clone () const |
Cloning constructor useful to make clones from pointers: | |
virtual ImageSet< float > | build (const Image< float > &image, const int firstlevel, const int depth, PyramidCache< float > *cache=0) |
Create a pyramid from an input image. |
A PyrBuilder that does template matching.
Definition at line 355 of file PyrBuilder.H.
ImageSet< float > TemplateMatchPyrBuilder::build | ( | const Image< float > & | image, | |
const int | firstlevel, | |||
const int | depth, | |||
PyramidCache< float > * | cache = 0 | |||
) | [virtual] |
Create a pyramid from an input image.
Implements PyrBuilder< float >.
Definition at line 463 of file PyrBuilder.C.
References decX(), decY(), lowPass5x(), and lowPass5y().
TemplateMatchPyrBuilder * TemplateMatchPyrBuilder::clone | ( | ) | const [virtual] |
Cloning constructor useful to make clones from pointers:
Implements PyrBuilder< float >.
Definition at line 456 of file PyrBuilder.C.