18 #ifndef itkReconstructionImageFilter_h
19 #define itkReconstructionImageFilter_h
54 template<
typename TInputImage,
typename TOutputImage,
typename TCompare >
68 typedef typename InputImageType::SizeType
ISizeType;
92 TInputImage::ImageDimension);
94 TInputImage::ImageDimension);
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);
165 void operator=(const Self &);
185 #ifndef ITK_MANUAL_INSTANTIATION
186 #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...
static const unsigned int MarkerImageDimension
void SetMaskImage(const MaskImageType *)
OutputImageType::IndexType OutputImageIndexType
void PrintSelf(std::ostream &os, Indent indent) const override
void EnlargeOutputRequestedRegion(DataObject *) override
OutputImageType::RegionType OutputImageRegionType
static const unsigned int MaskImageDimension
MaskImageType::ConstPointer MaskImageConstPointer
MaskImageType::Pointer MaskImagePointer
Base class for all process objects that output image data.
static const unsigned int OutputImageDimension
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
TInputImage::PixelType m_MarkerValue
MarkerImageType::PixelType MarkerImagePixelType
const MarkerImageType * GetMarkerImage()
MarkerImageType::ConstPointer MarkerImageConstPointer
OutputImageType::ConstPointer OutputImageConstPointer
MarkerImageType::Pointer MarkerImagePointer
void GenerateInputRequestedRegion() override
const MaskImageType * GetMaskImage()
ImageToImageFilter< TInputImage, TOutputImage > Superclass
void GenerateData() override
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
~ReconstructionImageFilter()
MaskImageType::PixelType MaskImagePixelType
SmartPointer< const Self > ConstPointer
TOutputImage OutputImageType
FaceCalculatorType::FaceListType::iterator FaceListTypeIt
OutputImageType::IndexType OutIndexType
ReconstructionImageFilter()
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.
void SetMarkerImage(const MarkerImageType *)
InputImageType::IndexType InIndexType
TInputImage MaskImageType