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
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
void EnlargeOutputRequestedRegion(DataObject *)
void GenerateInputRequestedRegion()
ImageToImageFilter< TInputImage, TOutputImage > Superclass
ShapedNeighborhoodIterator< OutputImageType > NOutputIterator
OutputImageType::IndexType OutIndexType
InputImageType::IndexType InIndexType
~ValuedRegionalExtremaImageFilter()
Base class for all process objects that output image data.
OutputImageType::ConstPointer OutputImageConstPointer
void PrintSelf(std::ostream &os, Indent indent) const
A neighborhood iterator which can take on an arbitrary shape.
void operator=(const Self &)
InputImageType::Pointer InputImagePointer
static const unsigned int InputImageDimension
TOutputImage OutputImageType
ValuedRegionalExtremaImageFilter Self
TInputImage::PixelType m_MarkerValue
ConstShapedNeighborhoodIterator< InputImageType > ConstInputIterator
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.
SmartPointer< const Self > ConstPointer
#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