18 #ifndef itkValuedRegionalExtremaImageFilter_h
19 #define itkValuedRegionalExtremaImageFilter_h
77 template<
typename TInputImage,
typename TOutputImage,
78 typename TFunction1,
typename TFunction2 >
103 itkStaticConstMacro(InputImageDimension,
unsigned int,
104 TInputImage::ImageDimension);
105 itkStaticConstMacro(OutputImageDimension,
unsigned int,
106 TOutputImage::ImageDimension);
121 itkSetMacro(FullyConnected,
bool);
122 itkGetConstReferenceMacro(FullyConnected,
bool);
123 itkBooleanMacro(FullyConnected);
129 itkSetMacro(MarkerValue,
typename TInputImage::PixelType);
130 itkGetConstReferenceMacro(MarkerValue,
typename TInputImage::PixelType);
136 itkGetConstMacro(Flat,
bool);
138 #ifdef ITK_USE_CONCEPT_CHECKING
150 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
155 void GenerateInputRequestedRegion() ITK_OVERRIDE;
158 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) ) ITK_OVERRIDE;
160 void GenerateData() ITK_OVERRIDE;
165 typename TInputImage::PixelType m_MarkerValue;
167 bool m_FullyConnected;
178 #ifndef ITK_MANUAL_INSTANTIATION
179 #include "itkValuedRegionalExtremaImageFilter.hxx"
Uses a flooding algorithm to set all voxels that are not a regional extrema to the max or min of the ...
Const version of ShapedNeighborhoodIterator, defining iteration of a local N-dimensional neighborhood...
OutputImageType::RegionType OutputImageRegionType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
OutputImageType::IndexType OutIndexType
InputImageType::IndexType InIndexType
Base class for all process objects that output image data.
OutputImageType::ConstPointer OutputImageConstPointer
A neighborhood iterator which can take on an arbitrary shape.
~ValuedRegionalExtremaImageFilter() override
InputImageType::Pointer InputImagePointer
TOutputImage OutputImageType
ValuedRegionalExtremaImageFilter Self
TInputImage InputImageType
TInputImage InputImageType
InputImageType::RegionType InputImageRegionType
OutputImageType::Pointer OutputImagePointer
OutputImageType::PixelType OutputImagePixelType
Base class for filters that take an image as input and produce an image as output.
InputImageType::ConstPointer InputImageConstPointer
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
SmartPointer< const Self > ConstPointer
TOutputImage OutputImageType
#define itkConceptMacro(name, concept)
std::stack< OutIndexType > IndexStack
SmartPointer< Self > Pointer
Base class for all data objects in ITK.
InputImageType::SizeType ISizeType
ImageBaseType::IndexType IndexType
InputImageType::PixelType InputImagePixelType