12 #ifndef __mitkToFImageDownsamplingFilter_h 13 #define __mitkToFImageDownsamplingFilter_h 18 #include <MitkToFProcessingExports.h> 37 itkFactorylessNewMacro(
Self);
39 itkSetMacro(ResampledX,
double);
40 itkGetMacro(ResampledX,
double);
42 itkSetMacro(ResampledY,
double);
43 itkGetMacro(ResampledY,
double);
45 itkSetMacro(ResampledZ,
double);
46 itkGetMacro(ResampledZ,
double);
64 void GenerateData()
override;
72 template<
typename TPixel,
unsigned int VImageDimension>
73 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...