24 #ifndef FERNPOSEESTIMATOR_H    25 #define FERNPOSEESTIMATOR_H    60     void setResolution(
int width, 
int height);
    65     void calculateFromPointCorrespondences(ModelPointVector &mpts, ImagePointVector &ipts);
    66     void updateFromTrackedPoints(ExternalContainerMap &container);
    67     void extractPlaneCoordinates(ExternalContainerMap &container);
 
std::vector< CvPoint2D64f > ImagePointVector
This file implements a camera used for projecting points and computing homographies. 
Version of Camera using external container. 
Simple Camera class for calculating distortions, orientation or projections with pre-calibrated camer...
Pose representation derived from the Rotation class 
This file implements a collection of External Container (EC) versions of many ALVAR classes...
This file implements a pose. 
Pose estimation class for FernImageDetector. 
std::vector< CvPoint3D64f > ModelPointVector
std::map< int, alvar::ExternalContainer > ExternalContainerMap