![]() |
ViSP
2.8.0
|
#include <vpServoDisplay.h>
Static Public Member Functions | |
static void | display (vpServo &s, const vpCameraParameters &cam, vpImage< unsigned char > &I, vpColor currentColor=vpColor::green, vpColor desiredColor=vpColor::red, unsigned int thickness=1) |
static void | display (vpServo &s, const vpCameraParameters &cam, 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 65 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 84 of file vpServoDisplay.cpp.
References vpServo::desiredFeatureList, vpBasicFeature::display(), vpServo::featureList, vpList< type >::front(), vpList< type >::next(), vpColor::none, vpList< type >::outside(), and vpList< type >::value().
|
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 137 of file vpServoDisplay.cpp.
References vpServo::desiredFeatureList, vpBasicFeature::display(), vpServo::featureList, vpList< type >::front(), vpList< type >::next(), vpColor::none, vpList< type >::outside(), and vpList< type >::value().