40 #ifndef _vpImageDraw_h_
41 #define _vpImageDraw_h_
43 #include <visp3/core/vpConfig.h>
44 #include <visp3/core/vpCameraParameters.h>
45 #include <visp3/core/vpColor.h>
46 #include <visp3/core/vpImage.h>
47 #include <visp3/core/vpImageCircle.h>
48 #include <visp3/core/vpMath.h>
49 #include <visp3/core/vpRect.h>
64 unsigned char color,
unsigned int w = 4,
unsigned int h = 2,
unsigned int thickness = 1);
66 unsigned int w = 4,
unsigned int h = 2,
unsigned int thickness = 1);
69 unsigned char color,
unsigned int thickness = 1);
71 unsigned char color,
unsigned int thickness = 1);
73 const vpColor &color,
unsigned int thickness = 1);
75 unsigned int thickness = 1);
78 unsigned int thickness = 1);
80 unsigned int thickness = 1);
83 unsigned char color,
unsigned int thickness = 1);
85 unsigned int thickness = 1);
88 double coef3,
bool use_normalized_centered_moments,
unsigned char color,
89 double smallalpha = 0,
double highalpha = 2 * M_PI,
unsigned int thickness = 1);
91 bool use_normalized_centered_moments,
const vpColor &color,
double smallalpha = 0,
92 double highalpha = 2 * M_PI,
unsigned int thickness = 1);
95 double size,
unsigned char color,
unsigned int thickness = 1,
102 unsigned int thickness = 1);
104 unsigned int thickness = 1);
107 unsigned int thickness = 1);
110 static void drawPolygon(
vpImage<unsigned char> &I,
const std::vector<vpImagePoint> &vip,
unsigned char color,
111 unsigned int thickness = 1,
bool closed =
true);
113 unsigned int thickness = 1,
bool closed =
true);
116 unsigned int thickness = 1);
118 unsigned int thickness = 1);
Generic class defining intrinsic camera parameters.
Class to define RGB colors available for display functionalities.
static const vpColor none
Implementation of an homogeneous matrix and operations on such kind of matrices.
Class that defines a 2D circle in an image.
Drawing functions for image.
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
Defines a rectangle in the plane.