36 #ifndef _vpImageDraw_h_ 37 #define _vpImageDraw_h_ 45 #include <visp3/core/vpImage.h> 46 #include <visp3/core/vpColor.h> 47 #include <visp3/core/vpRect.h> 48 #include <visp3/core/vpCameraParameters.h> 61 unsigned int w = 4,
unsigned int h = 2,
unsigned int thickness = 1);
63 unsigned int w = 4,
unsigned int h = 2,
unsigned int thickness = 1);
66 unsigned char color,
unsigned int thickness = 1);
68 const vpColor &color,
unsigned int thickness = 1);
71 unsigned int thickness = 1);
73 unsigned int thickness = 1);
76 unsigned int thickness = 1);
78 unsigned int thickness = 1);
81 double coef2,
double coef3,
bool use_centered_moments,
unsigned char color,
82 double theta1 = 0,
double theta2 = 360,
unsigned int thickness = 1);
84 double coef2,
double coef3,
bool use_centered_moments,
const vpColor &color,
85 double theta1 = 0,
double theta2 = 360,
unsigned int thickness = 1);
95 unsigned int thickness = 1);
97 unsigned int thickness = 1);
103 unsigned char color,
unsigned int thickness = 1,
bool closed =
true);
104 static void drawPolygon(
vpImage<vpRGBa> &I,
const std::vector<vpImagePoint> &vip,
105 const vpColor &color,
unsigned int thickness = 1,
bool closed =
true);
108 bool fill =
false,
unsigned int thickness = 1);
110 bool fill =
false,
unsigned int thickness = 1);
Drawing functions for image.
Implementation of an homogeneous matrix and operations on such kind of matrices.
Class to define colors available for display functionnalities.
static const vpColor none
Generic class defining intrinsic camera parameters.
Defines a rectangle in the plane.
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...