18#ifndef itkWeightedCovarianceSampleFilter_h
19#define itkWeightedCovarianceSampleFilter_h
43template <
typename TSample>
121#ifndef ITK_MANUAL_INSTANTIATION
122# include "itkWeightedCovarianceSampleFilter.hxx"
Array class with size defined at construction time.
Decorates any subclass of itkObject with a DataObject API.
Base class for all ITK function objects.
Decorates any "simple" data type (data types without smart pointers) with a DataObject API.
Implements transparent reference counting.
typename SampleType::MeasurementVectorType MeasurementVectorType
typename NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType
typename SampleType::MeasurementVectorSizeType MeasurementVectorSizeType
typename SampleType::MeasurementType MeasurementType
MeasurementVectorDecoratedType OutputType
typename NumericTraits< MeasurementType >::RealType MeasurementRealType
VariableSizeMatrix< MeasurementRealType > MatrixType
SimpleDataObjectDecorator< MatrixType > MatrixDecoratedType
SimpleDataObjectDecorator< MeasurementVectorRealType > MeasurementVectorDecoratedType
DataObjectDecorator< WeightingFunctionType > InputWeightingFunctionObjectType
~WeightedCovarianceSampleFilter() override=default
void ComputeCovarianceMatrixWithWeights()
SmartPointer< const Self > ConstPointer
WeightedCovarianceSampleFilter Self
SmartPointer< Self > Pointer
CovarianceSampleFilter< TSample > Superclass
void ComputeCovarianceMatrixWithWeightingFunction()
Array< WeightValueType > WeightArrayType
void GenerateData() override
WeightedCovarianceSampleFilter()
SimpleDataObjectDecorator< WeightArrayType > InputWeightArrayObjectType
FunctionBase< MeasurementVectorType, WeightValueType > WeightingFunctionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....