 |
Visual Servoing Platform
version 3.3.0
|
48 #include <visp3/core/vpDebug.h>
49 #include <visp3/core/vpForwardProjection.h>
50 #include <visp3/core/vpHomogeneousMatrix.h>
51 #include <visp3/core/vpMath.h>
64 vpCircle(
double A,
double B,
double C,
double X0,
double Y0,
double Z0,
double R);
68 void setWorldCoordinates(
double A,
double B,
double C,
double X0,
double Y0,
double Z0,
double R);
70 double getA()
const {
return cP[0]; }
71 double getB()
const {
return cP[1]; }
72 double getC()
const {
return cP[2]; }
74 double getX()
const {
return cP[3]; }
75 double getY()
const {
return cP[4]; }
76 double getZ()
const {
return cP[5]; }
78 double getR()
const {
return cP[6]; }
86 unsigned int thickness = 1);
97 const double &theta,
double &i,
double &j);
Class that defines what is a generic geometric feature.
Generic class defining intrinsic camera parameters.
virtual void display(const vpImage< unsigned char > &I, const vpCameraParameters &cam, const vpColor &color=vpColor::green, unsigned int thickness=1)=0
virtual vpForwardProjection * duplicate() const =0
Class that defines what is a circle.
virtual void setWorldCoordinates(const vpColVector &oP)=0
Implementation of column vector and the associated operations.
virtual void projection()=0
virtual void changeFrame(const vpHomogeneousMatrix &cMo, vpColVector &cP)=0
static const vpColor green
Class to define colors available for display functionnalities.
Implementation of an homogeneous matrix and operations on such kind of matrices.