ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkStandardDeviationPerComponentSampleFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SimpleDataObjectDecorator < MeasurementVectorRealType > | MeasurementVectorRealDecoratedType |
typedef NumericTraits < MeasurementVectorType > ::RealType | MeasurementVectorRealType |
typedef TSample::MeasurementVectorSizeType | MeasurementVectorSizeType |
typedef TSample::MeasurementVectorType | MeasurementVectorType |
typedef MeasurementVectorRealDecoratedType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef TSample | SampleType |
typedef StandardDeviationPerComponentSampleFilter | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Protected Types | |
typedef DataObject::Pointer | DataObjectPointer |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Additional Inherited Members | |
Protected Attributes inherited from itk::ProcessObject | |
bool | m_Updating |
TimeStamp | m_OutputInformationMTime |
Calculates the covariance matrix of the target sample data.
The filter calculates first the sample mean and use it in the covariance calculation. The covariance is computed as follows Let denotes covariance matrix for the sample, then: When is th component of a measurement vector , is the th componet of the , and the is the th componet ,
Without the plugged in mean vector, this calculator will perform the single pass mean and covariance calculation algorithm.
Definition at line 49 of file itkStandardDeviationPerComponentSampleFilter.h.
typedef SmartPointer< const Self > itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::ConstPointer |
Reimplemented from itk::ProcessObject.
Definition at line 57 of file itkStandardDeviationPerComponentSampleFilter.h.
|
protected |
DataObject pointer
Reimplemented from itk::ProcessObject.
Definition at line 105 of file itkStandardDeviationPerComponentSampleFilter.h.
|
protected |
Reimplemented from itk::ProcessObject.
Definition at line 107 of file itkStandardDeviationPerComponentSampleFilter.h.
typedef SimpleDataObjectDecorator< MeasurementVectorRealType > itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::MeasurementVectorRealDecoratedType |
MeasurementVector is not a DataObject, we need to decorate it to push it down a ProcessObject's pipeline
Definition at line 80 of file itkStandardDeviationPerComponentSampleFilter.h.
typedef NumericTraits< MeasurementVectorType >::RealType itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::MeasurementVectorRealType |
Definition at line 70 of file itkStandardDeviationPerComponentSampleFilter.h.
typedef TSample::MeasurementVectorSizeType itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::MeasurementVectorSizeType |
Length of a measurement vector
Definition at line 62 of file itkStandardDeviationPerComponentSampleFilter.h.
typedef TSample::MeasurementVectorType itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::MeasurementVectorType |
Measurement vector type
Definition at line 69 of file itkStandardDeviationPerComponentSampleFilter.h.
typedef MeasurementVectorRealDecoratedType itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::OutputType |
Definition at line 82 of file itkStandardDeviationPerComponentSampleFilter.h.
typedef SmartPointer< Self > itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::Pointer |
Reimplemented from itk::ProcessObject.
Definition at line 56 of file itkStandardDeviationPerComponentSampleFilter.h.
typedef TSample itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::SampleType |
Definition at line 58 of file itkStandardDeviationPerComponentSampleFilter.h.
typedef StandardDeviationPerComponentSampleFilter itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::Self |
Standard class typedefs.
Reimplemented from itk::ProcessObject.
Definition at line 54 of file itkStandardDeviationPerComponentSampleFilter.h.
typedef ProcessObject itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::Superclass |
Reimplemented from itk::ProcessObject.
Definition at line 55 of file itkStandardDeviationPerComponentSampleFilter.h.
|
protected |
|
protected |
|
protectedvirtual |
|
virtual |
Standard Macros
Reimplemented from itk::Object.
|
protectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
const SampleType* itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::GetInput | ( | ) | const |
const MeasurementVectorRealType itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::GetMeanPerComponent | ( | ) | const |
Return the mean vector
const MeasurementVectorRealDecoratedType* itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::GetMeanPerComponentOutput | ( | ) | const |
|
protected |
|
virtual |
Standard Macros
Reimplemented from itk::ProcessObject.
const MeasurementVectorRealType itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::GetStandardDeviationPerComponent | ( | ) | const |
Return the standard deviation vector
const MeasurementVectorRealDecoratedType* itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::GetStandardDeviationPerComponentOutput | ( | ) | const |
|
protectedvirtual |
Make a DataObject of the correct type to used as the specified output. Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a itkSmartPointer to a DataObject. ImageSource and MeshSource override this method to create the correct type of image and mesh respectively. If a filter has multiple outputs of different types, then that filter must provide an implementation of MakeOutput().
Reimplemented from itk::ProcessObject.
|
static |
Standard Macros
Reimplemented from itk::Object.
|
protected |
Time when GenerateOutputInformation was last called.
Reimplemented from itk::ProcessObject.
|
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::ProcessObject.
void itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >::SetInput | ( | const SampleType * | sample | ) |