39#ifndef VP_FEATURE_DISPLAY_H
40#define VP_FEATURE_DISPLAY_H
42#include <visp3/core/vpConfig.h>
45#include <visp3/core/vpColor.h>
46#include <visp3/core/vpImage.h>
47#include <visp3/core/vpRGBa.h>
50#include <visp3/core/vpCameraParameters.h>
65 unsigned int thickness = 1);
68 unsigned int thickness = 1);
72 unsigned int thickness = 1);
76 unsigned int thickness = 1);
Generic class defining intrinsic camera parameters.
Class to define RGB colors available for display functionalities.
static const vpColor green
Interface with the image for feature display.
static void displayCylinder(double rho1, double theta1, double rho2, double theta2, const vpCameraParameters &cam, const vpImage< unsigned char > &I, const vpColor &color=vpColor::green, unsigned int thickness=1)
static void displayLine(double rho, double theta, const vpCameraParameters &cam, const vpImage< unsigned char > &I, const vpColor &color=vpColor::green, unsigned int thickness=1)
static void displayEllipse(double x, double y, double n20, double n11, double n02, const vpCameraParameters &cam, const vpImage< unsigned char > &I, const vpColor &color=vpColor::green, unsigned int thickness=1)
static void displayPoint(double x, double y, const vpCameraParameters &cam, const vpImage< unsigned char > &I, const vpColor &color=vpColor::green, unsigned int thickness=1)
Definition of the vpImage class member functions.