43#include <visp3/core/vpDebug.h>
44#include <visp3/core/vpForwardProjection.h>
45#include <visp3/core/vpHomogeneousMatrix.h>
46#include <visp3/core/vpMath.h>
91 vpCircle(
double oA,
double oB,
double oC,
double oX,
double oY,
double oZ,
double R);
98 unsigned int thickness = 1);
100 unsigned int thickness = 1);
128 void setWorldCoordinates(
double oA,
double oB,
double oC,
double oX,
double oY,
double oZ,
double R);
134 const double &theta,
double &i,
double &j);
140#if defined(VISP_BUILD_DEPRECATED_FUNCTIONS)
Generic class defining intrinsic camera parameters.
Class that defines a 3D circle in the object frame and allows forward projection of a 3D circle in th...
vp_deprecated double get_mu11() const
vp_deprecated double get_mu02() const
vp_deprecated double get_mu20() const
Implementation of column vector and the associated operations.
Class to define RGB colors available for display functionalities.
static const vpColor green
virtual void projection()=0
virtual vpForwardProjection * duplicate() const =0
virtual void setWorldCoordinates(const vpColVector &oP)=0
virtual void changeFrame(const vpHomogeneousMatrix &cMo, vpColVector &cP) const =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.
Definition of the vpImage class member functions.