|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkBinaryThinningImageFilter_h
19 #define itkBinaryThinningImageFilter_h
61 template <
typename TInputImage,
typename TOutputImage>
92 using PixelType =
typename InputImageType::PixelType;
114 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
115 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
117 #ifdef ITK_USE_CONCEPT_CHECKING
133 GenerateData()
override;
146 #ifndef ITK_MANUAL_INSTANTIATION
147 # include "itkBinaryThinningImageFilter.hxx"
typename InputImageType::RegionType RegionType
typename OutputImageType::Pointer OutputImagePointer
typename RegionType::IndexType IndexType
typename RegionType::SizeType SizeType
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
typename InputImageType::PixelType PixelType
TInputImage InputImageType
Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image.
This filter computes one-pixel-wide edges of the input image.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::PixelType OutputImagePixelType
TOutputImage OutputImageType