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 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);
105 #if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11) 118 void set_X(
double X);
119 void set_Y(
double Y);
120 void set_Z(
double Z);
121 void set_W(
double W);
122 void set_oX(
double oX);
123 void set_oY(
double oY);
124 void set_oZ(
double oZ);
125 void set_oW(
double oW);
126 void set_x(
double x);
127 void set_y(
double y);
128 void set_w(
double w);
vpTracker & operator=(const vpTracker &tracker)
Copy operator.
virtual void changeFrame(const vpHomogeneousMatrix &cMo, vpColVector &cP)=0
virtual void display(const vpImage< unsigned char > &I, const vpCameraParameters &cam, const vpColor &color=vpColor::green, unsigned int thickness=1)=0
Implementation of an homogeneous matrix and operations on such kind of matrices.
Class to define colors available for display functionnalities.
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