18 #ifndef itkRecursiveGaussianImageFilter_h
19 #define itkRecursiveGaussianImageFilter_h
22 #include "ITKSmoothingExport.h"
46 extern ITKSmoothing_EXPORT std::ostream &
50 #if !defined(ITK_LEGACY_REMOVE)
99 template <
typename TInputImage,
typename TOutputImage = TInputImage>
132 #if !defined(ITK_LEGACY_REMOVE)
182 itkSetMacro(NormalizeAcrossScale,
bool);
183 itkGetConstMacro(NormalizeAcrossScale,
bool);
211 PrintSelf(std::ostream & os,
Indent indent)
const override;
223 VerifyPreconditions() ITKv5_CONST override;
259 ComputeRemainingCoefficients(
bool symmetric);
265 bool m_NormalizeAcrossScale;
271 #ifndef ITK_MANUAL_INSTANTIATION
272 # include "itkRecursiveGaussianImageFilter.hxx"