OrientedPyrBuilder< T > Class Template Reference

Builds pyramid based on oriented Laplacian filters. More...

#include <Image/PyrBuilder.H>

Inheritance diagram for OrientedPyrBuilder< T >:
Inheritance graph
[legend]
Collaboration diagram for OrientedPyrBuilder< T >:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

template<class T>
class OrientedPyrBuilder< T >

Builds pyramid based on oriented Laplacian filters.

This is a fast approximation to Gabor convolution.

Definition at line 243 of file PyrBuilder.H.


Constructor & Destructor Documentation

template<class T >
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.


Member Function Documentation

template<class T >
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().

template<class T >
OrientedPyrBuilder< T > * OrientedPyrBuilder< T >::clone (  )  const [inline, virtual]

Cloning constructor:

Implements PyrBuilder< T >.

Definition at line 318 of file PyrBuilder.C.


The documentation for this class was generated from the following files:
Generated on Sun May 8 08:43:38 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3