40 #ifndef vpFeatureDisplay_H 41 #define vpFeatureDisplay_H 49 #include <visp3/core/vpColor.h> 50 #include <visp3/core/vpImage.h> 51 #include <visp3/core/vpRGBa.h> 54 #include <visp3/core/vpCameraParameters.h> 66 static void displayCylinder(
double rho1,
double theta1,
double rho2,
double theta2,
const vpCameraParameters &cam,
68 unsigned int thickness = 1);
69 static void displayCylinder(
double rho1,
double theta1,
double rho2,
double theta2,
const vpCameraParameters &cam,
71 unsigned int thickness = 1);
73 static void displayEllipse(
double x,
double y,
double mu20,
double mu11,
double m02,
const vpCameraParameters &cam,
75 unsigned int thickness = 1);
77 static void displayEllipse(
double x,
double y,
double mu20,
double mu11,
double m02,
const vpCameraParameters &cam,
79 unsigned int thickness = 1);
Class to define colors available for display functionnalities.
static const vpColor green
Generic class defining intrinsic camera parameters.
Interface with the image for feature display.