18#ifndef itkReconstructionImageFilter_h
19#define itkReconstructionImageFilter_h
54template <
typename TInputImage,
typename TOutputImage,
typename TCompare>
92 static constexpr unsigned int MarkerImageDimension = TInputImage::ImageDimension;
93 static constexpr unsigned int MaskImageDimension = TInputImage::ImageDimension;
94 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
124 itkSetMacro(FullyConnected,
bool);
125 itkGetConstReferenceMacro(FullyConnected,
bool);
126 itkBooleanMacro(FullyConnected);
134 itkSetMacro(UseInternalCopy,
bool);
135 itkGetConstReferenceMacro(UseInternalCopy,
bool);
136 itkBooleanMacro(UseInternalCopy);
161 typename TInputImage::PixelType m_MarkerValue{};
164 bool m_FullyConnected{};
165 bool m_UseInternalCopy{};
182#ifndef ITK_MANUAL_INSTANTIATION
183# include "itkReconstructionImageFilter.hxx"
Const version of ShapedNeighborhoodIterator, defining iteration of a local N-dimensional neighborhood...
Base class for all data objects in ITK.
A multi-dimensional iterator templated over image type that walks a region of pixels.
A multi-dimensional iterator templated over image type that walks a region of pixels.
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
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...
Performs a grayscale geodesic reconstruction – for performance comparison with GrayscaleGeodesicDilat...
void EnlargeOutputRequestedRegion(DataObject *) override
TInputImage MarkerImageType
typename itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< OutputImageType > FaceCalculatorType
typename OutputImageType::IndexType OutIndexType
typename OutputImageType::ConstPointer OutputImageConstPointer
typename FaceCalculatorType::FaceListType FaceListType
typename InputImageType::SizeType ISizeType
typename MarkerImageType::Pointer MarkerImagePointer
~ReconstructionImageFilter() override=default
typename MarkerImageType::RegionType MarkerImageRegionType
typename MaskImageType::Pointer MaskImagePointer
itkGetInputMacro(MaskImage, MaskImageType)
typename FaceCalculatorType::FaceListType::iterator FaceListTypeIt
TInputImage MaskImageType
typename MaskImageType::ConstPointer MaskImageConstPointer
typename MaskImageType::RegionType MaskImageRegionType
void GenerateInputRequestedRegion() override
typename InputImageType::IndexType InputImageIndexType
typename OutputImageType::IndexType OutputImageIndexType
itkGetInputMacro(MarkerImage, MarkerImageType)
void PrintSelf(std::ostream &os, Indent indent) const override
typename MaskImageType::PixelType MaskImagePixelType
ReconstructionImageFilter()
typename MarkerImageType::PixelType MarkerImagePixelType
itkSetInputMacro(MaskImage, MaskImageType)
itkSetInputMacro(MarkerImage, MarkerImageType)
typename MarkerImageType::ConstPointer MarkerImageConstPointer
typename InputImageType::IndexType InIndexType
void GenerateData() override
A neighborhood iterator which can take on an arbitrary shape.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Splits an image into a main region and several "face" regions which are used to handle computations o...