18 #ifndef itkGradientMagnitudeRecursiveGaussianImageFilter_h
19 #define itkGradientMagnitudeRecursiveGaussianImageFilter_h
48 template<
typename TInputImage,
49 typename TOutputImage = TInputImage >
62 typedef typename InputImageType::PixelType
PixelType;
65 itkStaticConstMacro(ImageDimension,
unsigned int,
66 TInputImage::ImageDimension);
132 void SetNormalizeAcrossScale(
bool normalizeInScaleSpace);
133 itkGetConstMacro(NormalizeAcrossScale,
bool);
138 #ifdef ITK_USE_CONCEPT_CHECKING
148 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
151 void GenerateData(
void) ITK_OVERRIDE;
159 virtual
void GenerateInputRequestedRegion() ITK_OVERRIDE;
164 void EnlargeOutputRequestedRegion(
DataObject *output) ITK_OVERRIDE;
176 return !( *
this == other );
205 #ifndef ITK_MANUAL_INSTANTIATION
206 #include "itkGradientMagnitudeRecursiveGaussianImageFilter.hxx"
Computes the Magnitude of the Gradient of an image by convolution with the first derivative of a Gaus...
InternalRealType operator()(const InternalRealType &a, const InternalRealType &b)
NumericTraits< PixelType >::RealType RealType
SqrtImageFilter< RealImageType, TOutputImage > SqrtFilterType
SmartPointer< const Self > ConstPointer
Computes the square root of each pixel.
Base class for computing IIR convolution with an approximation of a Gaussian kernel.
OutputImageType::PixelType OutputPixelType
TInputImage InputImageType
SqrtFilterType::Pointer SqrtFilterPointer
bool operator!=(const SqrSpacing &other) const
RecursiveGaussianImageFilter< RealImageType, RealImageType > GaussianFilterType
Base class for all process objects that output image data.
InputImageType::PixelType PixelType
DerivativeFilterPointer m_DerivativeFilter
CumulativeImageType::Pointer CumulativeImagePointer
SqrSpacingFilterPointer m_SqrSpacingFilter
bool operator==(const SqrSpacing &other) const
bool m_NormalizeAcrossScale
BinaryFunctorImageFilter< RealImageType, RealImageType, RealImageType, SqrSpacing > SqrSpacingFilterType
TInputImage InputImageType
GradientMagnitudeRecursiveGaussianImageFilter Self
SmartPointer< Self > Pointer
GaussianFilterType::Pointer GaussianFilterPointer
unsigned int ThreadIdType
SqrSpacingFilterType::Pointer SqrSpacingFilterPointer
TOutputImage OutputImageType
SqrtFilterPointer m_SqrtFilter
Image< InternalRealType, itkGetStaticConstMacro(ImageDimension) > CumulativeImageType
RecursiveGaussianImageFilter< InputImageType, RealImageType > DerivativeFilterType
Control indentation during Print() invocation.
Image< InternalRealType, itkGetStaticConstMacro(ImageDimension) > RealImageType
Define additional traits for native types such as int or float.
DerivativeFilterType::Pointer DerivativeFilterPointer
Base class for filters that take an image as input and overwrite that image as the output...
virtual ~GradientMagnitudeRecursiveGaussianImageFilter() override
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
InPlaceImageFilter< TInputImage, TOutputImage > Superclass
Templated n-dimensional image class.
Implements pixel-wise generic operation of two images, or of an image and a constant.
TOutputImage::Pointer OutputImagePointer