Data structure for the representation of a 3D vector.
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...
Implementation of the RAPiD algorithm.
void SetParameters(int nPixelsDelta, int nPixelsSearchDistance)
void Init(const CCalibration *pCalibration)
static bool RAPiD(CDynamicArray &elementList, const CCalibration *pCalibration, Mat3d &rotation, Vec3d &translation)
int m_nPixelsSearchDistance
const CCalibration * m_pCalibration
Data structure for the representation of a 2D vector.
bool Track(const CByteImage *pEdgeImage, Vec3d *pOutlinePoints, int nOutlinePoints, Mat3d &rotation, Vec3d &translation)
Data structure for the representation of a 3x3 matrix.
Camera model parameters and functions for a single camera.