44 #ifndef vpFeatureDisplay_H
45 #define vpFeatureDisplay_H
53 #include <visp/vpImage.h>
54 #include <visp/vpColor.h>
55 #include <visp/vpRGBa.h>
58 #include <visp/vpCameraParameters.h>
70 static void displayCylinder(
double rho1,
double theta1,
71 double rho2,
double theta2,
75 unsigned int thickness=1) ;
76 static void displayCylinder(
double rho1,
double theta1,
77 double rho2,
double theta2,
81 unsigned int thickness=1) ;
83 static void displayEllipse(
double x,
double y,
84 double mu20,
double mu11,
double m02,
88 unsigned int thickness=1) ;
90 static void displayEllipse(
double x,
double y,
91 double mu20,
double mu11,
double m02,
95 unsigned int thickness=1) ;
97 static void displayLine(
double rho,
double theta,
101 unsigned int thickness=1) ;
102 static void displayLine(
double rho,
double theta,
106 unsigned int thickness=1) ;
108 static void displayPoint(
double x,
double y,
112 unsigned int thickness=1) ;
113 static void displayPoint(
double x,
double y,
117 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.