18#ifndef itkZeroCrossingBasedEdgeDetectionImageFilter_h
19#define itkZeroCrossingBasedEdgeDetectionImageFilter_h
74template <
typename TInputImage,
typename TOutputImage>
107 static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
108 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
143 m_MaximumError.Fill(v);
146#ifdef ITK_USE_CONCEPT_CHECKING
185#ifndef ITK_MANUAL_INSTANTIATION
186# include "itkZeroCrossingBasedEdgeDetectionImageFilter.hxx"
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
typename InputImageType::PixelType InputImagePixelType
Control indentation during Print() invocation.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
This filter implements a zero-crossing based edge detector.
~ZeroCrossingBasedEdgeDetectionImageFilter() override=default
void PrintSelf(std::ostream &os, Indent indent) const override
void SetMaximumError(const typename ArrayType::ValueType v)
void SetVariance(const typename ArrayType::ValueType v)
void GenerateData() override
ZeroCrossingBasedEdgeDetectionImageFilter()
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....