39 #ifndef VP_FEATURE_DISPLAY_H
40 #define VP_FEATURE_DISPLAY_H
42 #include <visp3/core/vpConfig.h>
45 #include <visp3/core/vpColor.h>
46 #include <visp3/core/vpImage.h>
47 #include <visp3/core/vpRGBa.h>
50 #include <visp3/core/vpCameraParameters.h>
63 static void displayCylinder(
double rho1,
double theta1,
double rho2,
double theta2,
const vpCameraParameters &cam,
65 unsigned int thickness = 1);
66 static void displayCylinder(
double rho1,
double theta1,
double rho2,
double theta2,
const vpCameraParameters &cam,
68 unsigned int thickness = 1);
70 static void displayEllipse(
double x,
double y,
double n20,
double n11,
double n02,
const vpCameraParameters &cam,
72 unsigned int thickness = 1);
74 static void displayEllipse(
double x,
double y,
double n20,
double n11,
double n02,
const vpCameraParameters &cam,
76 unsigned int thickness = 1);
Generic class defining intrinsic camera parameters.
Class to define RGB colors available for display functionalities.
static const vpColor green
Interface with the image for feature display.