42 #ifndef DOXYGEN_SHOULD_SKIP_THIS
47 #include <visp/vpColor.h>
48 #include <visp/vpImage.h>
50 #include <visp/vpHomogeneousMatrix.h>
51 #include <visp/vpRect.h>
53 #include <visp/vpCameraParameters.h>
54 #include <visp/vpPoint.h>
58 #if defined(VISP_HAVE_DISPLAY)
73 vpCurveStyle curveStyle;
74 unsigned int thickness ;
80 std::list<double> pointListx;
81 std::list<double> pointListy;
82 std::list<double> pointListz;
93 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 ...