42 #ifndef vpForwardProjection_H
43 #define vpForwardProjection_H
50 #include <visp/vpMatrix.h>
51 #include <visp/vpTracker.h>
52 #include <visp/vpColor.h>
54 #include <visp/vpHomogeneousMatrix.h>
86 virtual void init() = 0;
99 virtual void setWorldCoordinates(
const vpColVector &oP) = 0;
158 virtual void projection() =0 ;
181 const unsigned int thickness=1) =0;
206 const unsigned int thickness=1) =0;
208 virtual void print()
const ;
222 vpDisplayForwardProjection
223 } vpForwardProjectionDeallocatorType;
226 vpForwardProjectionDeallocatorType deallocate ;
virtual ~vpForwardProjection()
Destructor.
The class provides a data structure for the homogeneous matrices as well as a set of operations on th...
vpForwardProjectionDeallocatorType getDeallocate()
Class to define colors available for display functionnalities.
static const vpColor green
Class that defines what is a feature generic tracker.
Class that defines what is a generic geometric feature.
Generic class defining intrinsic camera parameters.
void setDeallocate(vpForwardProjectionDeallocatorType d)
Class that provides a data structure for the column vectors as well as a set of operations on these v...
vpForwardProjectionDeallocatorType
void init()
Default initialization.