Helper class to compute the Tensor mean which interfaces with NaryMeanDiffusionTensorImageFilter. More...
#include <itkNaryMeanDiffusionTensorImageFilter.h>
Public Types | |
| enum | { EUCLIDEAN, LOGEUCLIDEAN } |
| typedef DTILogEuclideanCalculator< DtiCompType, SymTensorCompType > | DTICalculatorType |
| typedef NumericTraits< TInput >::RealType | DtiCompType |
| typedef DTICalculatorType::SymMatType | SymMatType |
| typedef NumericTraits< TOutput >::RealType | SymTensorCompType |
| typedef DTICalculatorType::DTType | TensorType |
Public Member Functions | |
| bool | operator!= (const DiffusionTensorMean &) const |
| TOutput | operator() (const std::vector< TInput > &B) |
| bool | operator== (const DiffusionTensorMean &) const |
| virtual void | SetMetricType (int _arg) |
Helper class to compute the Tensor mean which interfaces with NaryMeanDiffusionTensorImageFilter.