18 #ifndef itkWeightedMeanSampleFilter_h
19 #define itkWeightedMeanSampleFilter_h
41 template<
typename TSample >
100 void PrintSelf(std::ostream & os,
Indent indent)
const override;
102 void GenerateData()
override;
105 void ComputeMeanWithWeights();
108 void ComputeMeanWithWeightingFunction();
113 #ifndef ITK_MANUAL_INSTANTIATION
114 #include "itkWeightedMeanSampleFilter.hxx"
Given a sample where each measurement vector has associated weight value, this filter computes the sa...
Light weight base class for most itk classes.
typename SampleType::MeasurementVectorSizeType MeasurementVectorSizeType
typename NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType
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.
Control indentation during Print() invocation.
Given a sample, this filter computes the sample mean.
typename SampleType::MeasurementVectorType MeasurementVectorType
typename SampleType::MeasurementType MeasurementType
typename NumericTraits< MeasurementType >::RealType MeasurementRealType