24 #ifndef __TRIFOCAL_TENSOR__    25 #define __TRIFOCAL_TENSOR__    73     double projectAxis(
const CvPoint2D64f &p0, 
const CvPoint2D64f &p1, 
int l);
   107     void computeTensor(
const Pose &P1, 
const Pose &P2);
   115     void computeTensor(
const Pose &P0, 
const Pose &P1, 
const Pose &P2);
   128     void project(
const CvPoint2D64f &p0, 
const CvPoint2D64f &p1, CvPoint2D64f &p2);
   146     double projectError(
const CvPoint2D64f &p0, 
const CvPoint2D64f &p1, 
const CvPoint2D64f &p2);
   151 #endif // __TRIFOCAL_TENSOR__ 
Trifocal tensor works for three images like a fundamental matrix works for two images. 
tf::Vector3 project(const ARPoint &p, const double a, const double b, const double c, const double d)
Pose representation derived from the Rotation class 
This file implements a pose. 
This file defines library export definitions, version numbers and build information.