4 #include <itkAffineTransform.h>     9 template <
unsigned int NDimensions = 3>
    24     virtual bool Update() ITK_OVERRIDE;
    30     bool mestEstimateTranslationsToAny();
    31     bool mestEstimateAnyToAffine();
    33     bool endLTSCondition(BaseOutputTransformType *oldTrsf, BaseOutputTransformType *newTrsf);
    35     double m_MEstimateFactor;
    36     double m_StoppingThreshold;
    38     PointType m_EstimationBarycenter;