aimsalgo  5.0.5
Neuroimaging image processing
aims::MedianSubSampling< T > Class Template Reference

#include <aims/resampling/mediansubsampling.h>

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

Public Types

typedef T VoxelType
 
typedef carto::DataTypeTraits< T >::ChannelType ChannelType
 
typedef MedianFilterFunc< ChannelTypeFilterFuncType
 
- Public Types inherited from aims::SubSamplingImageAlgorithm< T >
typedef T VoxelType
 
typedef carto::DataTypeTraits< T >::ChannelType ChannelType
 
typedef singlechannel::SubSamplingImageAlgorithm< 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

 MedianSubSampling (int sx=3, int sy=3, int sz=1)
 
 ~MedianSubSampling ()
 
- Public Member Functions inherited from aims::SubSamplingImageAlgorithm< T >
virtual SubSamplingImageAlgorithm< T > * clone () const
 ImageAlgorithmInterface<T> Pure virtual method. More...
 
virtual ~SubSamplingImageAlgorithm ()
 
- 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 AimsData< T > doit (const AimsData< T > &in)
 Convenience method that execute the algorithm on the input image. More...
 
virtual ~ImageAlgorithm ()
 
- Public Member Functions inherited from aims::ImageAlgorithmInterface< T >
virtual void setOptions (const carto::Object &)
 
virtual void updateOptions (const carto::Object &)
 
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 ()
 

Additional Inherited Members

- Protected Member Functions inherited from aims::SubSamplingImageAlgorithm< T >
 SubSamplingImageAlgorithm ()
 
 SubSamplingImageAlgorithm (int sx, int sy, int sz, const FilteringFunctionInterface< ChannelType > &f)
 
 SubSamplingImageAlgorithm (const SubSamplingImageAlgorithm &other)
 
SubSamplingImageAlgorithmoperator= (const SubSamplingImageAlgorithm &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::ImageAlgorithm< T >
carto::rc_ptr< ImageAlgorithmInterface< ChannelType > > _algo
 
- Protected Attributes inherited from aims::ImageAlgorithmInterface< T >
int _verbose
 

Detailed Description

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

Definition at line 45 of file mediansubsampling.h.

Member Typedef Documentation

◆ ChannelType

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

Definition at line 49 of file mediansubsampling.h.

◆ FilterFuncType

template<typename T >
typedef MedianFilterFunc<ChannelType> aims::MedianSubSampling< T >::FilterFuncType

Definition at line 50 of file mediansubsampling.h.

◆ VoxelType

template<typename T >
typedef T aims::MedianSubSampling< T >::VoxelType

Definition at line 48 of file mediansubsampling.h.

Constructor & Destructor Documentation

◆ MedianSubSampling()

template<typename T >
aims::MedianSubSampling< T >::MedianSubSampling ( int  sx = 3,
int  sy = 3,
int  sz = 1 
)
inline

Definition at line 52 of file mediansubsampling.h.

◆ ~MedianSubSampling()

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

Definition at line 56 of file mediansubsampling.h.


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