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