ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkMaximumFeatureAggregator.h>
Class for combining multiple features into a single one by computing the pixel-wise maximum.
This class generates a new feature object containing an image that is computed as the pixel-wise maximum of all the input feature images.
SpatialObjects are used as inputs and outputs of this class.
Definition at line 42 of file itkMaximumFeatureAggregator.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::FeatureGenerator< NDimension > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | Dimension = NDimension |
Static Public Attributes inherited from itk::FeatureAggregator< NDimension > | |
static const unsigned int | Dimension = NDimension |
Static Public Attributes inherited from itk::FeatureGenerator< NDimension > | |
static const unsigned int | Dimension = NDimension |
Private Member Functions | |
void | ConsolidateFeatures () |
MaximumFeatureAggregator (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Types inherited from itk::FeatureAggregator< NDimension > | |
typedef FeatureGeneratorType::SpatialObjectType | InputFeatureType |
Protected Attributes inherited from itk::FeatureAggregator< NDimension > | |
ProgressAccumulator::Pointer | m_ProgressAccumulator |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer<const Self> itk::MaximumFeatureAggregator< NDimension >::ConstPointer |
Definition at line 49 of file itkMaximumFeatureAggregator.h.
typedef Superclass::OutputImageSpatialObjectType itk::MaximumFeatureAggregator< NDimension >::OutputImageSpatialObjectType |
Definition at line 63 of file itkMaximumFeatureAggregator.h.
typedef Superclass::OutputImageType itk::MaximumFeatureAggregator< NDimension >::OutputImageType |
Definition at line 62 of file itkMaximumFeatureAggregator.h.
typedef Superclass::OutputPixelType itk::MaximumFeatureAggregator< NDimension >::OutputPixelType |
Type of the image and specific SpatialObject produced as output
Definition at line 61 of file itkMaximumFeatureAggregator.h.
typedef SmartPointer<Self> itk::MaximumFeatureAggregator< NDimension >::Pointer |
Definition at line 48 of file itkMaximumFeatureAggregator.h.
typedef MaximumFeatureAggregator itk::MaximumFeatureAggregator< NDimension >::Self |
Standard class typedefs.
Definition at line 46 of file itkMaximumFeatureAggregator.h.
typedef FeatureAggregator<NDimension> itk::MaximumFeatureAggregator< NDimension >::Superclass |
Definition at line 47 of file itkMaximumFeatureAggregator.h.
|
protected |
|
protectedvirtual |
|
private |
|
privatevirtual |
Implements itk::FeatureAggregator< NDimension >.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::FeatureGenerator< NDimension >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::FeatureAggregator< NDimension >.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::FeatureAggregator< NDimension >.
|
static |
Dimension of the space
Definition at line 58 of file itkMaximumFeatureAggregator.h.