18 #ifndef itkZeroCrossingImageFilter_h
19 #define itkZeroCrossingImageFilter_h
62 template<
typename TInputImage,
typename TOutputImage >
95 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
96 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
106 void GenerateInputRequestedRegion()
override;
118 #ifdef ITK_USE_CONCEPT_CHECKING
134 void PrintSelf(std::ostream & os,
Indent indent)
const override;
155 #ifndef ITK_MANUAL_INSTANTIATION
156 #include "itkZeroCrossingImageFilter.hxx"
OutputImagePixelType m_ForegroundValue
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
TInputImage InputImageType
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
Base class for filters that take an image as input and produce an image as output.
This filter finds the closest pixel to the zero-crossings (sign changes) in a signed itk::Image...
Control indentation during Print() invocation.
OutputImagePixelType m_BackgroundValue
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)