18#ifndef itkAnchorOpenCloseImageFilter_h
19#define itkAnchorOpenCloseImageFilter_h
50template <
typename TImage,
typename TKernel,
typename TCompare1,
typename TCompare2>
122 std::vector<InputImagePixelType> & outbuffer,
128#ifndef ITK_MANUAL_INSTANTIATION
129# include "itkAnchorOpenCloseImageFilter.hxx"
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
void PrintSelf(std::ostream &os, Indent indent) const override
typename BresType::OffsetArray BresOffsetArray
AnchorErodeDilateLine< InputImagePixelType, std::greater< typename TImage::PixelType > > AnchorLineErodeType
AnchorOpenCloseImageFilter()
InputImagePixelType m_Boundary2
~AnchorOpenCloseImageFilter() override=default
static constexpr unsigned int OutputImageDimension
typename KernelType::LType KernelLType
void DynamicThreadedGenerateData(const InputImageRegionType &outputRegionForThread) override
SmartPointer< Self > Pointer
typename InputImageType::Pointer InputImagePointer
AnchorOpenCloseImageFilter Self
void DoFaceOpen(InputImageConstPointer input, InputImagePointer output, InputImagePixelType border, KernelLType line, AnchorLineOpenType &AnchorLineOpen, const BresOffsetArray LineOffsets, std::vector< InputImagePixelType > &outbuffer, const InputImageRegionType AllImage, const InputImageRegionType face)
typename InputImageType::ConstPointer InputImageConstPointer
AnchorOpenCloseLine< InputImagePixelType, std::greater< typename TImage::PixelType > > AnchorLineOpenType
KernelImageFilter< TImage, TImage, TKernel > Superclass
InputImagePixelType m_Boundary1
typename InputImageType::PixelType InputImagePixelType
SmartPointer< const Self > ConstPointer
typename InputImageType::RegionType InputImageRegionType
BresenhamLine< Self::InputImageDimension > BresType
static constexpr unsigned int InputImageDimension
AnchorErodeDilateLine< InputImagePixelType, std::less< typename TImage::PixelType > > AnchorLineDilateType
class to implement openings and closings using anchor methods. This is the base class that must be in...
Compute indices along a line in n dimensions.
std::vector< OffsetType > OffsetArray
Control indentation during Print() invocation.
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....