18 #ifndef itkValuedRegionalExtremaImageFilter_h
19 #define itkValuedRegionalExtremaImageFilter_h
75 template<
typename TInputImage,
typename TOutputImage,
76 typename TFunction1,
typename TFunction2 >
97 typedef typename InputImageType::SizeType
ISizeType;
105 TInputImage::ImageDimension);
107 TOutputImage::ImageDimension);
123 itkSetMacro(FullyConnected,
bool);
124 itkGetConstReferenceMacro(FullyConnected,
bool);
125 itkBooleanMacro(FullyConnected);
131 itkSetMacro(MarkerValue,
typename TInputImage::PixelType);
132 itkGetConstReferenceMacro(MarkerValue,
typename TInputImage::PixelType);
138 itkGetConstMacro(Flat,
bool);
140 #ifdef ITK_USE_CONCEPT_CHECKING
166 void operator=(const Self &);
181 #ifndef ITK_MANUAL_INSTANTIATION
182 #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
static const unsigned int OutputImageDimension
ImageToImageFilter< TInputImage, TOutputImage > Superclass
OutputImageType::IndexType OutIndexType
InputImageType::IndexType InIndexType
~ValuedRegionalExtremaImageFilter()
Base class for all process objects that output image data.
void EnlargeOutputRequestedRegion(DataObject *) override
OutputImageType::ConstPointer OutputImageConstPointer
A neighborhood iterator which can take on an arbitrary shape.
void GenerateInputRequestedRegion() override
InputImageType::Pointer InputImagePointer
static const unsigned int InputImageDimension
TOutputImage OutputImageType
ValuedRegionalExtremaImageFilter Self
TInputImage InputImageType
TInputImage::PixelType m_MarkerValue
TInputImage InputImageType
InputImageType::RegionType InputImageRegionType
OutputImageType::Pointer OutputImagePointer
ValuedRegionalExtremaImageFilter()
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.
typedef(Concept::HasPixelTraits< InputImagePixelType >) InputHasPixelTraitsCheck
SmartPointer< const Self > ConstPointer
TOutputImage OutputImageType
void GenerateData() override
void PrintSelf(std::ostream &os, Indent indent) const override
#define itkConceptMacro(name, concept)
std::stack< OutIndexType > IndexStack
SmartPointer< Self > Pointer
Base class for all data objects in ITK.
InputImageType::SizeType ISizeType
InputImageType::PixelType InputImagePixelType