ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions
itk::GaborKernelFunction< TRealValueType > Class Template Reference

Gabor kernel used for various computer vision tasks. More...

#include <itkGaborKernelFunction.h>

Inheritance diagram for itk::GaborKernelFunction< TRealValueType >:
Collaboration diagram for itk::GaborKernelFunction< TRealValueType >:

List of all members.

Public Types

typedef SmartPointer< SelfPointer
typedef GaborKernelFunction Self
typedef KernelFunctionBase
< TRealValueType > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const

Static Public Member Functions

static Pointer New ()
TRealValueType m_Sigma
TRealValueType m_Frequency
TRealValueType m_PhaseOffset
bool m_CalculateImaginaryPart
TRealValueType Evaluate (const TRealValueType &u) const
virtual void SetSigma (TRealValueType _arg)
virtual TRealValueType GetSigma () const
virtual void SetFrequency (TRealValueType _arg)
virtual TRealValueType GetFrequency () const
virtual void SetPhaseOffset (TRealValueType _arg)
virtual TRealValueType GetPhaseOffset () const
virtual void SetCalculateImaginaryPart (bool _arg)
virtual bool GetCalculateImaginaryPart () const
virtual void CalculateImaginaryPartOn ()
virtual void CalculateImaginaryPartOff ()
 GaborKernelFunction ()
 ~GaborKernelFunction ()
void PrintSelf (std::ostream &os, Indent indent) const
 GaborKernelFunction (const Self &)
void operator= (const Self &)

Detailed Description

template<typename TRealValueType>
class itk::GaborKernelFunction< TRealValueType >

Gabor kernel used for various computer vision tasks.

This class encapsulates a complex Gabor kernel used for various computer vision tasks such as texture segmentation, motion analysis, and object recognition. It is essentially a complex sinusoid enveloped within a gaussian. See the discussion in

Andreas Klein, Forester Lee, and Amir A. Amini, "Quantitative Coronary Angiography with Deformable Spline Models", IEEE-TMI 16(5):468-482, October 1997.

for a basic discussion including additional references.

This implementation was contributed as a paper to the Insight Journal http://hdl.handle.net/1926/500

See also:
KernelFunctionBase

Definition at line 50 of file itkGaborKernelFunction.h.


Member Typedef Documentation

template<typename TRealValueType >
typedef SmartPointer< Self > itk::GaborKernelFunction< TRealValueType >::Pointer

Reimplemented from itk::KernelFunctionBase< TRealValueType >.

Definition at line 56 of file itkGaborKernelFunction.h.

template<typename TRealValueType >
typedef GaborKernelFunction itk::GaborKernelFunction< TRealValueType >::Self

Standard class typedefs.

Reimplemented from itk::KernelFunctionBase< TRealValueType >.

Definition at line 54 of file itkGaborKernelFunction.h.

template<typename TRealValueType >
typedef KernelFunctionBase<TRealValueType> itk::GaborKernelFunction< TRealValueType >::Superclass

Reimplemented from itk::KernelFunctionBase< TRealValueType >.

Definition at line 55 of file itkGaborKernelFunction.h.


Constructor & Destructor Documentation

template<typename TRealValueType >
itk::GaborKernelFunction< TRealValueType >::GaborKernelFunction ( ) [inline, protected]

Standard deviation of the Gaussian envelope

Definition at line 96 of file itkGaborKernelFunction.h.

template<typename TRealValueType >
itk::GaborKernelFunction< TRealValueType >::~GaborKernelFunction ( ) [inline, protected]

Standard deviation of the Gaussian envelope

Definition at line 103 of file itkGaborKernelFunction.h.

template<typename TRealValueType >
itk::GaborKernelFunction< TRealValueType >::GaborKernelFunction ( const Self ) [private]

Standard deviation of the Gaussian envelope


Member Function Documentation

template<typename TRealValueType >
virtual void itk::GaborKernelFunction< TRealValueType >::CalculateImaginaryPartOff ( ) [virtual]

Standard deviation of the Gaussian envelope

template<typename TRealValueType >
virtual void itk::GaborKernelFunction< TRealValueType >::CalculateImaginaryPartOn ( ) [virtual]

Standard deviation of the Gaussian envelope

template<typename TRealValueType >
virtual::itk::LightObject::Pointer itk::GaborKernelFunction< TRealValueType >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

template<typename TRealValueType >
TRealValueType itk::GaborKernelFunction< TRealValueType >::Evaluate ( const TRealValueType &  u) const [inline, virtual]

Evaluate the function.

Implements itk::KernelFunctionBase< TRealValueType >.

Definition at line 65 of file itkGaborKernelFunction.h.

References itk::Math::pi.

template<typename TRealValueType >
virtual bool itk::GaborKernelFunction< TRealValueType >::GetCalculateImaginaryPart ( ) const [virtual]

Standard deviation of the Gaussian envelope

template<typename TRealValueType >
virtual TRealValueType itk::GaborKernelFunction< TRealValueType >::GetFrequency ( ) const [virtual]

Standard deviation of the Gaussian envelope

template<typename TRealValueType >
virtual const char* itk::GaborKernelFunction< TRealValueType >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::KernelFunctionBase< TRealValueType >.

template<typename TRealValueType >
virtual TRealValueType itk::GaborKernelFunction< TRealValueType >::GetPhaseOffset ( ) const [virtual]

Standard deviation of the Gaussian envelope

template<typename TRealValueType >
virtual TRealValueType itk::GaborKernelFunction< TRealValueType >::GetSigma ( ) const [virtual]

Standard deviation of the Gaussian envelope

template<typename TRealValueType >
static Pointer itk::GaborKernelFunction< TRealValueType >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

template<typename TRealValueType >
void itk::GaborKernelFunction< TRealValueType >::operator= ( const Self ) [private]

Standard deviation of the Gaussian envelope

template<typename TRealValueType >
void itk::GaborKernelFunction< TRealValueType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [inline, protected, virtual]

Standard deviation of the Gaussian envelope

Reimplemented from itk::KernelFunctionBase< TRealValueType >.

Definition at line 104 of file itkGaborKernelFunction.h.

template<typename TRealValueType >
virtual void itk::GaborKernelFunction< TRealValueType >::SetCalculateImaginaryPart ( bool  _arg) [virtual]

Standard deviation of the Gaussian envelope

template<typename TRealValueType >
virtual void itk::GaborKernelFunction< TRealValueType >::SetFrequency ( TRealValueType  _arg) [virtual]

Standard deviation of the Gaussian envelope

template<typename TRealValueType >
virtual void itk::GaborKernelFunction< TRealValueType >::SetPhaseOffset ( TRealValueType  _arg) [virtual]

Standard deviation of the Gaussian envelope

template<typename TRealValueType >
virtual void itk::GaborKernelFunction< TRealValueType >::SetSigma ( TRealValueType  _arg) [virtual]

Standard deviation of the Gaussian envelope


Member Data Documentation

template<typename TRealValueType >
bool itk::GaborKernelFunction< TRealValueType >::m_CalculateImaginaryPart [private]

Evaluate using the complex part

Definition at line 128 of file itkGaborKernelFunction.h.

template<typename TRealValueType >
TRealValueType itk::GaborKernelFunction< TRealValueType >::m_Frequency [private]

Modulation frequency of the sine or cosine component

Definition at line 122 of file itkGaborKernelFunction.h.

template<typename TRealValueType >
TRealValueType itk::GaborKernelFunction< TRealValueType >::m_PhaseOffset [private]

Phase offset of the sine or cosine component

Definition at line 125 of file itkGaborKernelFunction.h.

template<typename TRealValueType >
TRealValueType itk::GaborKernelFunction< TRealValueType >::m_Sigma [private]

Standard deviation of the Gaussian envelope

Definition at line 119 of file itkGaborKernelFunction.h.


The documentation for this class was generated from the following file: