![]() |
Visual Servoing Platform version 3.7.0
|
#include <vpServoDisplay.h>
Static Public Member Functions | |
| static void | display (const vpServo &s, const vpCameraParameters &cam, const vpImage< unsigned char > &I, vpColor currentColor=vpColor::green, vpColor desiredColor=vpColor::red, unsigned int thickness=1) |
| static void | display (const vpServo &s, const vpCameraParameters &cam, const vpImage< vpRGBa > &I, vpColor currentColor=vpColor::green, vpColor desiredColor=vpColor::red, unsigned int thickness=1) |
Interface with the image for feature display.
Definition at line 55 of file vpServoDisplay.h.
|
static |
Display the current and the desired features in the image I.
| s | : Visual servoing control law. |
| cam | : Camera parameters. |
| I | : Image on which features have to be displayed. |
| currentColor | : Color for the current features. If vpColor::none, current features display is turned off. |
| desiredColor | : Color for the desired features. If vpColor::none, desired features display is turned off. |
| thickness | : Thickness of the feature representation. |
Definition at line 53 of file vpServoDisplay.cpp.
References vpColor::none.
|
static |
Display the current and the desired features in the image I.
| s | : Visual servoing control law. |
| cam | : Camera parameters. |
| I | : Color image on which features have to be displayed. |
| currentColor | : Color for the current features. If vpColor::none, current features display is turned off. |
| desiredColor | : Color for the desired features. If vpColor::none, desired features display is turned off. |
| thickness | : Thickness of the feature representation. |
Definition at line 72 of file vpServoDisplay.cpp.
References vpColor::none.