Data structure for the representation of a 3D vector.
Implementation of the (POSIT) algorithm.
Data structure for the representation of a 2D vector.
bool POSIT(const Vec3d *pPoints3D, const Vec2d *pPoints2D, int nPoints, Mat3d &R, Vec3d &t, const CCalibration *pCalibration, int nIterations=20)
Data structure for the representation of a 3x3 matrix.
Camera model parameters and functions for a single camera.