42 #ifndef _TRACKER_2D_3D_ 43 #define _TRACKER_2D_3D_ void Init(const CCalibration *pCalibration)
int m_nPixelsSearchDistance
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 ...
Very basic implementation of the 2D-3D model-based tracking algorithm.
bool Track(const CByteImage *pEdgeImage, Vec3d *pOutlinePoints, int nOutlinePoints, Mat3d &rotation, Vec3d &translation)
const CCalibration * m_pCalibration
Data structure for the representation of a 3x3 matrix.
Camera model parameters and functions for a single camera.
void SetParameters(int nPixelsDelta, int nPixelsSearchDistance)