|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkTobogganImageFilter_h
19 #define itkTobogganImageFilter_h
38 template <
typename TInputImage,
typename TOutputImage = Image<IdentifierType, TInputImage::ImageDimension>>
51 static constexpr
unsigned int NDimensions = TInputImage::ImageDimension;
65 ImageDimension = InputImageType::ImageDimension
93 GenerateData()
override;
96 GenerateInputRequestedRegion()
override;
99 EnlargeOutputRequestedRegion(
DataObject *)
override;
104 #ifdef ITK_USE_CONCEPT_CHECKING
115 PrintSelf(std::ostream & os,
Indent indent)
const override;
119 #ifndef ITK_MANUAL_INSTANTIATION
120 # include "itkTobogganImageFilter.hxx"
typename InputImageType::IndexType IndexType
typename OutputImageType::Pointer OutputImagePointer
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
typename InputImageType::PixelType InputImagePixelType
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
typename InputImageType::RegionType RegionType
ImageBaseType::RegionType RegionType
typename InputImageType::SizeType SizeType
typename InputImageType::PixelType ScalarType
toboggan image segmentation The Toboggan segmentation takes a gradient magnitude image as input and p...
TInputImage InputImageType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType
Base class for all data objects in ITK.