Visual Servoing Platform
version 3.0.1
|
#include <visp3/core/vpFeatureDisplay.h>
Static Public Member Functions | |
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 | displayCylinder (double rho1, double theta1, double rho2, double theta2, const vpCameraParameters &cam, const vpImage< vpRGBa > &I, const vpColor &color=vpColor::green, unsigned int thickness=1) |
static void | displayEllipse (double x, double y, double mu20, double mu11, double m02, 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 mu20, double mu11, double m02, const vpCameraParameters &cam, const vpImage< vpRGBa > &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 | displayLine (double rho, double theta, const vpCameraParameters &cam, const vpImage< vpRGBa > &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) |
static void | displayPoint (double x, double y, const vpCameraParameters &cam, const vpImage< vpRGBa > &I, const vpColor &color=vpColor::green, unsigned int thickness=1) |
Interface with the image for feature display.
Definition at line 62 of file vpFeatureDisplay.h.
|
static |
rho1,theta1 | : Cylinder limb1 parameters. |
rho2,theta2 | : Cylinder limb2 parameters. |
cam | : Camera intrinsic parameters. |
I | : Image. |
color | : Color to use to display the feature |
thickness | : Thickness of the feature representation. |
Definition at line 145 of file vpFeatureDisplay.cpp.
References displayLine(), and vpERROR_TRACE.
Referenced by vpCylinder::display().
|
static |
rho1,theta1 | : Cylinder limb1 parameters. |
rho2,theta2 | : Cylinder limb2 parameters. |
cam | : Camera intrinsic parameters. |
I | : Image. |
color | : Color to use to display the feature |
thickness | : Thickness of the feature representation. |
Definition at line 330 of file vpFeatureDisplay.cpp.
References displayLine(), and vpERROR_TRACE.
|
static |
x,y,mu20,mu11,mu02 | : Ellipse parameters where:
|
cam | : Camera intrinsic parameters. |
I | : Image. |
color | : Color to use to display the feature |
thickness | : Thickness of the feature representation. |
Definition at line 175 of file vpFeatureDisplay.cpp.
References vpMeterPixelConversion::convertPoint(), vpDisplay::displayLine(), vpImagePoint::set_u(), vpImagePoint::set_v(), and vpMath::sqr().
Referenced by vpFeatureEllipse::display(), vpCircle::display(), and vpSphere::display().
|
static |
x,y,mu20,mu11,mu02 | : Ellipse parameters where:
|
cam | : Camera intrinsic parameters. |
I | : Image. |
color | : Color to use to display the feature |
thickness | : Thickness of the feature representation. |
Definition at line 361 of file vpFeatureDisplay.cpp.
References vpMeterPixelConversion::convertPoint(), vpDisplay::displayLine(), vpImagePoint::set_u(), vpImagePoint::set_v(), and vpMath::sqr().
|
static |
rho,theta | : Line parameters. |
cam | : Camera intrinsic parameters. |
I | : Image. |
color | : Color to use to display the feature |
thickness | : Thickness of the feature representation. |
Definition at line 91 of file vpFeatureDisplay.cpp.
References vpMeterPixelConversion::convertLine(), vpDisplay::displayLine(), vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), vpImagePoint::set_ij(), and vpERROR_TRACE.
Referenced by vpLine::display(), vpFeatureLine::display(), and displayCylinder().
|
static |
rho,theta | : Line parameters. |
cam | : Camera intrinsic parameters. |
I | : Image. |
color | : Color to use to display the feature |
thickness | : Thickness of the feature representation. |
Definition at line 276 of file vpFeatureDisplay.cpp.
References vpMeterPixelConversion::convertLine(), vpDisplay::displayLine(), vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), vpImagePoint::set_ij(), and vpERROR_TRACE.
|
static |
x,y | : Point coordinates in meters. |
cam | : Camera intrinsic parameters. |
I | : Image. |
color | : Color to use to display the feature |
thickness | : Thickness of the feature representation. |
Definition at line 65 of file vpFeatureDisplay.cpp.
References vpMeterPixelConversion::convertPoint(), vpDisplay::displayCross(), and vpERROR_TRACE.
Referenced by vpPoint::display(), vpFeatureVanishingPoint::display(), vpFeaturePoint::display(), and vpFeaturePointPolar::display().
|
static |
x,y | : Point coordinates in meters. |
cam | : Camera intrinsic parameters. |
I | : Image. |
color | : Color to use to display the feature |
thickness | : Thickness of the feature representation. |
Definition at line 249 of file vpFeatureDisplay.cpp.
References vpMeterPixelConversion::convertPoint(), vpDisplay::displayCross(), and vpERROR_TRACE.