ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkWeightedSumFeatureAggregator.h>
Class for combining multiple features into a single one by computing a pixel-wise weighted sum that is normalized to produce a number between 0 and 1.
This class generates a new feature object containing an image that is computed as the pixel-wise weighted sum of all the input feature images. The user must provide the weight to be used.
SpatialObjects are used as inputs and outputs of this class.
Definition at line 44 of file itkWeightedSumFeatureAggregator.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 Types | |
typedef std::vector< double > | WeightsArrayType |
Private Member Functions | |
void | ConsolidateFeatures () |
void | operator= (const Self &) |
WeightedSumFeatureAggregator (const Self &) | |
Private Attributes | |
WeightsArrayType | m_Weights |
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::WeightedSumFeatureAggregator< NDimension >::ConstPointer |
Definition at line 51 of file itkWeightedSumFeatureAggregator.h.
typedef Superclass::OutputImageSpatialObjectType itk::WeightedSumFeatureAggregator< NDimension >::OutputImageSpatialObjectType |
Definition at line 69 of file itkWeightedSumFeatureAggregator.h.
typedef Superclass::OutputImageType itk::WeightedSumFeatureAggregator< NDimension >::OutputImageType |
Definition at line 68 of file itkWeightedSumFeatureAggregator.h.
typedef Superclass::OutputPixelType itk::WeightedSumFeatureAggregator< NDimension >::OutputPixelType |
Type of the image and specific SpatialObject produced as output
Definition at line 67 of file itkWeightedSumFeatureAggregator.h.
typedef SmartPointer<Self> itk::WeightedSumFeatureAggregator< NDimension >::Pointer |
Definition at line 50 of file itkWeightedSumFeatureAggregator.h.
typedef WeightedSumFeatureAggregator itk::WeightedSumFeatureAggregator< NDimension >::Self |
Standard class typedefs.
Definition at line 48 of file itkWeightedSumFeatureAggregator.h.
typedef FeatureAggregator<NDimension> itk::WeightedSumFeatureAggregator< NDimension >::Superclass |
Definition at line 49 of file itkWeightedSumFeatureAggregator.h.
|
private |
Definition at line 83 of file itkWeightedSumFeatureAggregator.h.
|
protected |
|
protectedvirtual |
|
private |
|
virtual |
Add the weight that will be used to multiply the corresponding feature when computing the weighted sum.
|
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 60 of file itkWeightedSumFeatureAggregator.h.
|
private |
Definition at line 85 of file itkWeightedSumFeatureAggregator.h.