21 #ifndef otbLeastSquareBilinearTransformEstimator_h
22 #define otbLeastSquareBilinearTransformEstimator_h
24 #include "itkObject.h"
25 #include "itkObjectFactory.h"
26 #include "itkMatrix.h"
27 #include "itkVector.h"
28 #include "itkAffineTransform.h"
40 template <
class TPo
int>
57 itkStaticConstMacro(PointDimension,
unsigned int, TPoint::PointDimension);
101 void ClearTiePoints();
117 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
144 vnl_matrix_fixed<double, 4, 4>
Ata;
146 vnl_matrix_fixed<double, 4, 1>
Atb;
153 #ifndef OTB_MANUAL_INSTANTIATION
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.