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