![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/signalfilter/filteringimagealgorithm.h>
Public Types | |
typedef T | VoxelType |
typedef carto::DataTypeTraits< T >::ChannelType | ChannelType |
typedef singlechannel::LinearFilteringImageAlgorithm< ChannelType > | SingleChannelImageAlgorithmType |
![]() | |
typedef T | VoxelType |
typedef carto::DataTypeTraits< T >::ChannelType | ChannelType |
![]() | |
typedef T | VoxelType |
Public Member Functions | |
virtual void | setOptions (const carto::Object &options) |
virtual void | updateOptions (const carto::Object &options) |
virtual LinearFilteringImageAlgorithm< T > * | clone () const |
ImageAlgorithmInterface<T> Pure virtual method. More... | |
virtual | ~LinearFilteringImageAlgorithm () |
![]() | |
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 () |
![]() | |
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 () |
Protected Member Functions | |
LinearFilteringImageAlgorithm () | |
LinearFilteringImageAlgorithm (const LinearFilteringFunction< ChannelType > &f) | |
LinearFilteringImageAlgorithm (const LinearFilteringImageAlgorithm< T > &other) | |
LinearFilteringImageAlgorithm & | operator= (LinearFilteringImageAlgorithm &other) |
![]() | |
ImageAlgorithm () | |
ImageAlgorithm (const ImageAlgorithmInterface< ChannelType > &algo) | |
ImageAlgorithm (ImageAlgorithmInterface< ChannelType > *algo, bool deepcopy=true) | |
ImageAlgorithm (const ImageAlgorithm &other) | |
ImageAlgorithm & | operator= (const ImageAlgorithm &other) |
![]() | |
ImageAlgorithmInterface () | |
ImageAlgorithmInterface (const ImageAlgorithmInterface &other) | |
ImageAlgorithmInterface & | operator= (const ImageAlgorithmInterface &other) |
Protected Attributes | |
SingleChannelImageAlgorithmType * | _lalgo |
![]() | |
carto::rc_ptr< ImageAlgorithmInterface< ChannelType > > | _algo |
![]() | |
int | _verbose |
Definition at line 69 of file filteringimagealgorithm.h.
typedef carto::DataTypeTraits<T>::ChannelType aims::LinearFilteringImageAlgorithm< T >::ChannelType |
Definition at line 76 of file filteringimagealgorithm.h.
typedef singlechannel::LinearFilteringImageAlgorithm<ChannelType> aims::LinearFilteringImageAlgorithm< T >::SingleChannelImageAlgorithmType |
Definition at line 77 of file filteringimagealgorithm.h.
typedef T aims::LinearFilteringImageAlgorithm< T >::VoxelType |
Definition at line 75 of file filteringimagealgorithm.h.
|
protected |
|
inlineprotected |
Definition at line 102 of file filteringimagealgorithm.h.
References aims::LinearFilteringImageAlgorithm< T >::_lalgo.
|
inlineprotected |
Definition at line 108 of file filteringimagealgorithm.h.
References aims::LinearFilteringImageAlgorithm< T >::_lalgo.
|
inlinevirtual |
Definition at line 121 of file filteringimagealgorithm.h.
|
inlinevirtual |
ImageAlgorithmInterface<T>
Pure virtual method.
Clone the object
Reimplemented from aims::ImageAlgorithm< T >.
Reimplemented in aims::GaborFilter< T >.
Definition at line 92 of file filteringimagealgorithm.h.
|
inlineprotected |
Definition at line 114 of file filteringimagealgorithm.h.
References aims::LinearFilteringImageAlgorithm< T >::_lalgo, and aims::singlechannel::LinearFilteringImageAlgorithm< T >::clone().
Referenced by aims::GaborFilter< T >::operator=().
|
inlinevirtual |
Reimplemented from aims::ImageAlgorithmInterface< T >.
Definition at line 82 of file filteringimagealgorithm.h.
References aims::LinearFilteringImageAlgorithm< T >::_lalgo, and aims::singlechannel::LinearFilteringImageAlgorithm< T >::setOptions().
|
inlinevirtual |
Reimplemented from aims::ImageAlgorithmInterface< T >.
Definition at line 87 of file filteringimagealgorithm.h.
References aims::LinearFilteringImageAlgorithm< T >::_lalgo, and aims::singlechannel::LinearFilteringImageAlgorithm< T >::updateOptions().
|
protected |
Definition at line 127 of file filteringimagealgorithm.h.
Referenced by aims::LinearFilteringImageAlgorithm< T >::LinearFilteringImageAlgorithm(), aims::LinearFilteringImageAlgorithm< T >::operator=(), aims::LinearFilteringImageAlgorithm< T >::setOptions(), and aims::LinearFilteringImageAlgorithm< T >::updateOptions().