aimsalgo  5.1.2
Neuroimaging image processing
aims::GaborFilter< T > Class Template Reference

#include <aims/signalfilter/gaborfilter.h>

Inheritance diagram for aims::GaborFilter< T >:
Collaboration diagram for aims::GaborFilter< T >:

Public Types

typedef carto::DataTypeTraits< T >::ChannelType ChannelType
 
- Public Types inherited from aims::LinearFilteringImageAlgorithm< T >
typedef T VoxelType
 
typedef carto::DataTypeTraits< T >::ChannelType ChannelType
 
typedef singlechannel::LinearFilteringImageAlgorithm< ChannelTypeSingleChannelImageAlgorithmType
 
- Public Types inherited from aims::ImageAlgorithm< T >
typedef T VoxelType
 
typedef carto::DataTypeTraits< T >::ChannelType ChannelType
 
- Public Types inherited from aims::ImageAlgorithmInterface< T >
typedef T VoxelType
 

Public Member Functions

 GaborFilter (const carto::Object &options=carto::none())
 
 GaborFilter (const GaborFilter< T > &other)
 
 ~GaborFilter ()
 
GaborFilter< T > & operator= (const GaborFilter< T > &other)
 
GaborFilter< T > * clone () const
 ImageAlgorithmInterface<T> Pure virtual method. More...
 
- Public Member Functions inherited from aims::LinearFilteringImageAlgorithm< T >
virtual void setOptions (const carto::Object &options)
 
virtual void updateOptions (const carto::Object &options)
 
virtual ~LinearFilteringImageAlgorithm ()
 
- Public Member Functions inherited from aims::ImageAlgorithm< T >
virtual void execute (const carto::VolumeRef< T > &in, carto::VolumeRef< T > &out) const
 ImageAlgorithmInterface<T> Pure virtual method. More...
 
virtual Point4dl getOutputImageDimensions (const Point4dl &dims) const
 Returns the output dimensions of the processed image. More...
 
virtual Point4df getOutputImageVoxelSize (const Point4df &voxelsize) const
 Returns the output voxel size of the processed image. More...
 
virtual void setVerbose (int level)
 
virtual ~ImageAlgorithm ()
 
- Public Member Functions inherited from aims::ImageAlgorithmInterface< T >
virtual Point4dl getOutputImageDimensions (const long &dx=1, const long &dy=1, const long &dz=1, const long &dt=1) const
 
virtual Point4df getOutputImageVoxelSize (const float &vx=1.0, const float &vy=1.0, const float &vz=1.0, const float &vt=1.0) const
 
virtual carto::VolumeRef< T > execute (const carto::VolumeRef< T > &in) const
 
virtual void setQuiet ()
 
virtual ~ImageAlgorithmInterface ()
 

Additional Inherited Members

- Protected Member Functions inherited from aims::LinearFilteringImageAlgorithm< T >
 LinearFilteringImageAlgorithm ()
 
 LinearFilteringImageAlgorithm (const LinearFilteringFunction< ChannelType > &f)
 
 LinearFilteringImageAlgorithm (const LinearFilteringImageAlgorithm< T > &other)
 
LinearFilteringImageAlgorithmoperator= (LinearFilteringImageAlgorithm &other)
 
- Protected Member Functions inherited from aims::ImageAlgorithm< T >
 ImageAlgorithm ()
 
 ImageAlgorithm (const ImageAlgorithmInterface< ChannelType > &algo)
 
 ImageAlgorithm (ImageAlgorithmInterface< ChannelType > *algo, bool deepcopy=true)
 
 ImageAlgorithm (const ImageAlgorithm &other)
 
ImageAlgorithmoperator= (const ImageAlgorithm &other)
 
- Protected Member Functions inherited from aims::ImageAlgorithmInterface< T >
 ImageAlgorithmInterface ()
 
 ImageAlgorithmInterface (const ImageAlgorithmInterface &other)
 
ImageAlgorithmInterfaceoperator= (const ImageAlgorithmInterface &other)
 
- Protected Attributes inherited from aims::LinearFilteringImageAlgorithm< T >
SingleChannelImageAlgorithmType_lalgo
 
- Protected Attributes inherited from aims::ImageAlgorithm< T >
carto::rc_ptr< ImageAlgorithmInterface< ChannelType > > _algo
 
- Protected Attributes inherited from aims::ImageAlgorithmInterface< T >
int _verbose
 

Detailed Description

template<typename T>
class aims::GaborFilter< T >

Definition at line 43 of file gaborfilter.h.

Member Typedef Documentation

◆ ChannelType

template<typename T >
typedef carto::DataTypeTraits<T>::ChannelType aims::GaborFilter< T >::ChannelType

Definition at line 46 of file gaborfilter.h.

Constructor & Destructor Documentation

◆ GaborFilter() [1/2]

template<typename T >
aims::GaborFilter< T >::GaborFilter ( const carto::Object options = carto::none())
inline

Definition at line 47 of file gaborfilter.h.

◆ GaborFilter() [2/2]

template<typename T >
aims::GaborFilter< T >::GaborFilter ( const GaborFilter< T > &  other)
inline

Definition at line 50 of file gaborfilter.h.

◆ ~GaborFilter()

template<typename T >
aims::GaborFilter< T >::~GaborFilter ( )
inline

Definition at line 53 of file gaborfilter.h.

Member Function Documentation

◆ clone()

template<typename T >
GaborFilter<T>* aims::GaborFilter< T >::clone ( ) const
inlinevirtual

ImageAlgorithmInterface<T> Pure virtual method.

Clone the object

Reimplemented from aims::LinearFilteringImageAlgorithm< T >.

Definition at line 59 of file gaborfilter.h.

◆ operator=()

template<typename T >
GaborFilter<T>& aims::GaborFilter< T >::operator= ( const GaborFilter< T > &  other)
inline

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