38 #ifndef DOXYGEN_SHOULD_SKIP_THIS
43 #include <visp3/core/vpColor.h>
44 #include <visp3/core/vpImage.h>
46 #include <visp3/core/vpHomogeneousMatrix.h>
47 #include <visp3/core/vpRect.h>
49 #include <visp3/core/vpCameraParameters.h>
50 #include <visp3/core/vpPoint.h>
54 #if defined(VISP_HAVE_DISPLAY)
69 vpCurveStyle curveStyle;
70 unsigned int thickness ;
76 std::list<double> pointListx;
77 std::list<double> pointListy;
78 std::list<double> pointListz;
89 void plotList(
const vpImage<unsigned char> &I,
const double xorg,
const double yorg,
const double zoomx,
const double zoomy);
Class to define colors available for display functionnalities.
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...