
Builds pyramid based on oriented Laplacian filters. More...
#include <Image/PyrBuilder.H>


Public Member Functions | |
| OrientedPyrBuilder (const int filter_size, const float theta=0.0F, const float intens=10.0F, const bool usetab=false) | |
| Construct with a given gabor filter orientation and intensity.   | |
| virtual OrientedPyrBuilder< T > * | clone () const | 
| Cloning constructor:   | |
| virtual ImageSet< T > | build (const Image< T > &img, const int firstlevel, const int depth, PyramidCache< T > *cache=0) | 
| Builds an oriented pyramid based on img.   | |
Builds pyramid based on oriented Laplacian filters.
This is a fast approximation to Gabor convolution.
Definition at line 243 of file PyrBuilder.H.
| OrientedPyrBuilder< T >::OrientedPyrBuilder | ( | const int | filter_size, | |
| const float |  theta = 0.0F,  | 
        |||
| const float |  intens = 10.0F,  | 
        |||
| const bool |  usetab = false | |||
| ) |  [inline] | 
        
Construct with a given gabor filter orientation and intensity.
Definition at line 286 of file PyrBuilder.C.
| ImageSet< T > OrientedPyrBuilder< T >::build | ( | const Image< T > & | img, | |
| const int | firstlevel, | |||
| const int | depth, | |||
| PyramidCache< T > * |  cache = 0 | |||
| ) |  [inline, virtual] | 
        
Builds an oriented pyramid based on img.
Implements PyrBuilder< T >.
Definition at line 297 of file PyrBuilder.C.
References buildPyrOriented().
| OrientedPyrBuilder< T > * OrientedPyrBuilder< T >::clone | ( | ) |  const [inline, virtual] | 
        
 1.6.3