42 #ifndef _RIGID_OBJECT_TRACKING_INTERFACE_H_
43 #define _RIGID_OBJECT_TRACKING_INTERFACE_H_
virtual void Init(const CCalibration *pCalibration)=0
Data structure for the representation of a 3D vector.
Camera model parameters and functions for a single camera.
virtual ~CRigidObjectTrackingInterface()
virtual bool Track(const CByteImage *pEdgeImage, Vec3d *pOutlinePoints, int nOutlinePoints, Mat3d &rotation, Vec3d &translation)=0
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 ...