49 #include <visp3/core/vpColor.h> 50 #include <visp3/core/vpForwardProjection.h> 51 #include <visp3/core/vpMatrix.h> 64 vpPoint(
double oX,
double oY,
double oZ);
66 explicit vpPoint(
const std::vector<double> &P);
76 const unsigned int thickness = 1);
88 double get_oX()
const;
89 double get_oY()
const;
90 double get_oZ()
const;
91 double get_oW()
const;
96 void getWorldCoordinates(
double &oX,
double &oY,
double &oZ);
99 void getWorldCoordinates(std::vector<double> &P);
104 friend VISP_EXPORT std::ostream &operator<<(std::ostream &os,
const vpPoint &vpp);
114 void set_X(
const double X);
115 void set_Y(
const double Y);
116 void set_Z(
const double Z);
117 void set_W(
const double W);
118 void set_oX(
const double oX);
119 void set_oY(
const double oY);
120 void set_oZ(
const double oZ);
121 void set_oW(
const double oW);
122 void set_x(
const double x);
123 void set_y(
const double y);
124 void set_w(
const double w);
vpTracker & operator=(const vpTracker &tracker)
Copy operator.
virtual void changeFrame(const vpHomogeneousMatrix &cMo, vpColVector &cP)=0
Implementation of an homogeneous matrix and operations on such kind of matrices.
Class to define colors available for display functionnalities.
virtual void display(const vpImage< unsigned char > &I, const vpCameraParameters &cam, const vpColor &color=vpColor::green, const unsigned int thickness=1)=0
static const vpColor green
Class that defines what is a point.
virtual void projection()=0
virtual ~vpPoint()
Destructor.
Class that defines what is a generic geometric feature.
virtual void setWorldCoordinates(const vpColVector &oP)=0
Generic class defining intrinsic camera parameters.
Implementation of column vector and the associated operations.
virtual vpForwardProjection * duplicate() const =0