4 #include <itkAffineTransform.h> 10 bool operator() (
const std::pair<unsigned int, double> & f,
const std::pair<unsigned int, double> & s)
11 {
return f.second < s.second; }
14 template <
unsigned int NDimensions = 3>
29 PointType GetEstimationBarycenter() ITK_OVERRIDE;
30 virtual bool Update() ITK_OVERRIDE;
32 void SetLTSCut(
double ltsCut) {m_LTSCut = ltsCut;this->SetUpToDate(
false);}
36 bool ltswEstimateTranslationsToAny();
37 bool ltswEstimateAnyToAffine();
39 bool endLTSCondition(BaseOutputTransformType *oldTrsf, BaseOutputTransformType *newTrsf);
42 double m_StoppingThreshold;
44 PointType m_EstimationBarycenter;
bool operator()(const std::pair< unsigned int, double > &f, const std::pair< unsigned int, double > &s)