![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/signalfilter/minfilter.h>
Public Types | |
typedef carto::DataTypeTraits< T >::ChannelType | ChannelType |
![]() | |
typedef T | VoxelType |
typedef carto::DataTypeTraits< T >::ChannelType | ChannelType |
typedef singlechannel::ElementFilteringImageAlgorithm< ChannelType > | SingleChannelImageAlgorithmType |
![]() | |
typedef T | VoxelType |
typedef carto::DataTypeTraits< T >::ChannelType | ChannelType |
![]() | |
typedef T | VoxelType |
Public Member Functions | |
MinFilter (const StructuringElement &se=strel::Cube(1.0), const carto::Object &options=carto::none()) | |
MinFilter (const carto::Object &options) | |
MinFilter (const MinFilter< T > &other) | |
~MinFilter () | |
MinFilter< T > & | operator= (const MinFilter< T > &other) |
MinFilter< T > * | clone () const |
ImageAlgorithmInterface<T> Pure virtual method. More... | |
![]() | |
virtual void | setOptions (const carto::Object &options) |
virtual void | updateOptions (const carto::Object &options) |
virtual void | setStructuringElement (const StructuringElement &se) |
virtual | ~ElementFilteringImageAlgorithm () |
![]() | |
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 () |
Definition at line 46 of file minfilter.h.
typedef carto::DataTypeTraits<T>::ChannelType aims::MinFilter< T >::ChannelType |
Definition at line 49 of file minfilter.h.
|
inline |
Definition at line 50 of file minfilter.h.
|
inline |
Definition at line 55 of file minfilter.h.
|
inline |
Definition at line 59 of file minfilter.h.
|
inline |
Definition at line 62 of file minfilter.h.
|
inlinevirtual |
ImageAlgorithmInterface<T>
Pure virtual method.
Clone the object
Reimplemented from aims::ElementFilteringImageAlgorithm< T >.
Definition at line 68 of file minfilter.h.
|
inline |
Definition at line 63 of file minfilter.h.
References aims::ElementFilteringImageAlgorithm< T >::operator=().