18 #ifndef __itkWeightedCovarianceSampleFilter_h
19 #define __itkWeightedCovarianceSampleFilter_h
42 template<
typename TSample >
113 #ifndef ITK_MANUAL_INSTANTIATION
114 #include "itkWeightedCovarianceSampleFilter.hxx"
CovarianceSampleFilter< TSample > Superclass
void ComputeCovarianceMatrixWithWeights()
SimpleDataObjectDecorator< MatrixType > MatrixDecoratedType
NumericTraits< MeasurementType >::RealType MeasurementRealType
Light weight base class for most itk classes.
Superclass::MeasurementVectorSizeType MeasurementVectorSizeType
DataObjectDecorator< WeightingFunctionType > InputWeightingFunctionObjectType
itkSetGetDecoratedInputMacro(Weights, WeightArrayType)
WeightedCovarianceSampleFilter Self
NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType
virtual ~WeightedCovarianceSampleFilter()
SmartPointer< const Self > ConstPointer
VariableSizeMatrix< double > MatrixType
MeasurementVectorDecoratedType OutputType
SimpleDataObjectDecorator< WeightArrayType > InputWeightArrayObjectType
void operator=(const Self &)
void PrintSelf(std::ostream &os, Indent indent) const
Superclass::MeasurementRealType MeasurementRealType
TSample::MeasurementVectorType MeasurementVectorType
Superclass::MeasurementVectorType MeasurementVectorType
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
Base class for all ITK function objects.
Decorates any subclass of itkObject with a DataObject API.
SmartPointer< Self > Pointer
Superclass::SampleType SampleType
Superclass::MeasurementVectorRealType MeasurementVectorRealType
TSample::MeasurementVectorSizeType MeasurementVectorSizeType
Superclass::MeasurementVectorDecoratedType MeasurementVectorDecoratedType
Superclass::OutputType OutputType
WeightedCovarianceSampleFilter()
Control indentation during Print() invocation.
void ComputeCovarianceMatrixWithWeightingFunction()
Calculates the covariance matrix of the target sample data. where each measurement vector has an asso...
itkSetGetDecoratedObjectInputMacro(WeightingFunction, WeightingFunctionType)
Array< double > WeightArrayType
FunctionBase< MeasurementVectorType, double > WeightingFunctionType
SimpleDataObjectDecorator< MeasurementVectorRealType > MeasurementVectorDecoratedType
Calculates the covariance matrix of the target sample data.