16 #ifndef __mitkToFImageDownsamplingFilter_h
17 #define __mitkToFImageDownsamplingFilter_h
22 #include <MitkToFProcessingExports.h>
41 itkFactorylessNewMacro(
Self)
44 itkSetMacro(ResampledX,
double);
45 itkGetMacro(ResampledX,
double);
47 itkSetMacro(ResampledY,
double);
48 itkGetMacro(ResampledY,
double);
50 itkSetMacro(ResampledZ,
double);
51 itkGetMacro(ResampledZ,
double);
69 virtual void GenerateData()
override;
77 template<
typename TPixel,
unsigned int VImageDimension>
78 void ItkImageResampling(
const itk::Image<TPixel,VImageDimension>* itkImage );
double m_ResampledX
length of x dimension of output image in pixels
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
double m_ResampledZ
length of z dimension of output image in pixels (if 2D, default is set to 1)
double m_ResampledY
length of y dimension of output image in pixels
#define mitkClassMacro(className, SuperClassName)
Superclass of all classes having one or more Images as input and generating Images as output...
Reduces the resolution of a ToF distance image. Although it is meant to be used for ToF distance imag...