39#ifndef DOXYGEN_SHOULD_SKIP_THIS
44#include <visp3/core/vpColor.h>
45#include <visp3/core/vpImage.h>
47#include <visp3/core/vpHomogeneousMatrix.h>
48#include <visp3/core/vpRect.h>
50#include <visp3/core/vpCameraParameters.h>
51#include <visp3/core/vpPoint.h>
55#if defined(VISP_HAVE_DISPLAY)
61 typedef enum { point, line, dashed_line, marker } vpCurveStyle;
63 vpCurveStyle curveStyle;
64 unsigned int thickness;
70 std::list<double> pointListx;
71 std::list<double> pointListy;
72 std::list<double> pointListz;
81 virtual ~vpPlotCurve();
Class to define RGB colors available for display functionnalities.
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...