19 #ifndef rtkSingularValueThresholdImageFilter_h 20 #define rtkSingularValueThresholdImageFilter_h 49 template <
typename TInputImage,
typename TRealType =
float,
typename TOutputImage = TInputImage>
65 #ifdef itkOverrideGetNameOfClassMacro 84 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
87 static constexpr
unsigned int VectorDimension = InputPixelType::Dimension;
97 #ifdef ITK_USE_CONCEPT_CHECKING 105 itkGetMacro(Threshold, TRealType);
117 GetImageRegionSplitter()
const override;
125 #ifndef ITK_MANUAL_INSTANTIATION 126 # include "rtkSingularValueThresholdImageFilter.hxx" typename OutputImageType::Pointer OutputImagePointer
TInputImage InputImageType
#define itkSetMacro(name, type)
typename InputImageType::Pointer InputImagePointer
itk::ImageRegionSplitterDirection::Pointer m_Splitter
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename TOutputImage::PixelType OutputPixelType
Performs thresholding on the singular values.
typename TInputImage::PixelType InputPixelType
unsigned int ThreadIdType
#define itkConceptMacro(name, concept)