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