18 #ifndef itkReconstructionImageFilter_h
19 #define itkReconstructionImageFilter_h
54 template<
typename TInputImage,
typename TOutputImage,
typename TCompare >
91 itkStaticConstMacro(MarkerImageDimension,
unsigned int,
92 TInputImage::ImageDimension);
93 itkStaticConstMacro(MaskImageDimension,
unsigned int,
94 TInputImage::ImageDimension);
95 itkStaticConstMacro(OutputImageDimension,
unsigned int,
96 TOutputImage::ImageDimension);
128 itkSetMacro(FullyConnected,
bool);
129 itkGetConstReferenceMacro(FullyConnected,
bool);
130 itkBooleanMacro(FullyConnected);
138 itkSetMacro(UseInternalCopy,
bool);
139 itkGetConstReferenceMacro(UseInternalCopy,
bool);
140 itkBooleanMacro(UseInternalCopy);
146 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
151 void GenerateInputRequestedRegion() ITK_OVERRIDE;
154 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) ) ITK_OVERRIDE;
156 void GenerateData() ITK_OVERRIDE;
161 typename TInputImage::PixelType m_MarkerValue;
166 bool m_FullyConnected;
167 bool m_UseInternalCopy;
184 #ifndef ITK_MANUAL_INSTANTIATION
185 #include "itkReconstructionImageFilter.hxx"
Const version of ShapedNeighborhoodIterator, defining iteration of a local N-dimensional neighborhood...
Performs a grayscale geodesic reconstruction – for performance comparison with GrayscaleGeodesicDilat...
OutputImageType::IndexType OutputImageIndexType
OutputImageType::RegionType OutputImageRegionType
MaskImageType::ConstPointer MaskImageConstPointer
MaskImageType::Pointer MaskImagePointer
Base class for all process objects that output image data.
A neighborhood iterator which can take on an arbitrary shape.
TOutputImage OutputImageType
InputImageType::IndexType InputImageIndexType
OutputImageType::PixelType OutputImagePixelType
Splits an image into a main region and several "face" regions which are used to handle computations o...
TInputImage InputImageType
ReconstructionImageFilter Self
MaskImageType::RegionType MaskImageRegionType
A multi-dimensional iterator templated over image type that walks a region of pixels.
OutputImageType::Pointer OutputImagePointer
TInputImage InputImageType
MarkerImageType::PixelType MarkerImagePixelType
MarkerImageType::ConstPointer MarkerImageConstPointer
OutputImageType::ConstPointer OutputImageConstPointer
MarkerImageType::Pointer MarkerImagePointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
MarkerImageType::RegionType MarkerImageRegionType
FaceCalculatorType::FaceListType FaceListType
Base class for filters that take an image as input and produce an image as output.
SmartPointer< Self > Pointer
InputImageType::SizeType ISizeType
Control indentation during Print() invocation.
TInputImage MarkerImageType
ImageBaseType::SizeType SizeType
MaskImageType::PixelType MaskImagePixelType
SmartPointer< const Self > ConstPointer
TOutputImage OutputImageType
FaceCalculatorType::FaceListType::iterator FaceListTypeIt
~ReconstructionImageFilter() override
OutputImageType::IndexType OutIndexType
InputImageType::PixelType InputImagePixelType
Base class for all data objects in ITK.
A multi-dimensional iterator templated over image type that walks a region of pixels.
ImageBaseType::IndexType IndexType
InputImageType::IndexType InIndexType
TInputImage MaskImageType