![]() |
aimsalgo
5.0.5
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 AimsData< T > | doit (const AimsData< T > &in) |
Convenience method that execute the algorithm on the input image. More... | |
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 AimsData< T > | execute (const AimsData< 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 57 of file filteringimagealgorithm.h.
typedef carto::DataTypeTraits<T>::ChannelType aims::LinearFilteringImageAlgorithm< T >::ChannelType |
Definition at line 77 of file filteringimagealgorithm.h.
typedef singlechannel::LinearFilteringImageAlgorithm<ChannelType> aims::LinearFilteringImageAlgorithm< T >::SingleChannelImageAlgorithmType |
Definition at line 78 of file filteringimagealgorithm.h.
typedef T aims::LinearFilteringImageAlgorithm< T >::VoxelType |
Definition at line 76 of file filteringimagealgorithm.h.
|
protected |
|
inlineprotected |
Definition at line 103 of file filteringimagealgorithm.h.
|
inlineprotected |
Definition at line 109 of file filteringimagealgorithm.h.
|
inlinevirtual |
Definition at line 122 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 93 of file filteringimagealgorithm.h.
References aims::singlechannel::LinearFilteringImageAlgorithm< T >::LinearFilteringImageAlgorithm().
|
inlineprotected |
Definition at line 115 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 83 of file filteringimagealgorithm.h.
|
inlinevirtual |
Reimplemented from aims::ImageAlgorithmInterface< T >.
Definition at line 88 of file filteringimagealgorithm.h.
|
protected |
Definition at line 128 of file filteringimagealgorithm.h.
Referenced by aims::LinearFilteringImageAlgorithm< T >::operator=().