17 #ifndef itkMaximumFeatureAggregator_h
18 #define itkMaximumFeatureAggregator_h
41 template <
unsigned int NDimension>
60 static constexpr
unsigned int Dimension = NDimension;
71 void PrintSelf(std::ostream& os,
Indent indent)
const override;
75 void ConsolidateFeatures()
override;
81 #ifndef ITK_MANUAL_INSTANTIATION
82 # include "itkMaximumFeatureAggregator.hxx"
Light weight base class for most itk classes.
constexpr unsigned int Dimension
Class for combining multiple features into a single one.
Implementation of an image as spatial object.
Class for combining multiple features into a single one by computing the pixel-wise maximum...
Control indentation during Print() invocation.
Templated n-dimensional image class.