36#ifndef DOXYGEN_SHOULD_SKIP_THIS
41#include <visp3/core/vpColor.h>
42#include <visp3/core/vpImage.h>
44#include <visp3/core/vpHomogeneousMatrix.h>
45#include <visp3/core/vpRect.h>
47#include <visp3/core/vpCameraParameters.h>
48#include <visp3/core/vpPoint.h>
52#if defined(VISP_HAVE_DISPLAY)
58 typedef enum { point, line, dashed_line, marker } vpCurveStyle;
60 vpCurveStyle curveStyle;
61 unsigned int thickness;
67 std::list<double> pointListx;
68 std::list<double> pointListy;
69 std::list<double> pointListz;
78 virtual ~vpPlotCurve();
Class to define RGB colors available for display functionalities.
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
Definition of the vpImage class member functions.