2 #include <visp3/visual_features/vpFeatureBuilder.h>
3 #include <visp3/vs/vpServo.h>
4 #include <visp3/robot/vpSimulatorCamera.h>
5 #include <visp3/gui/vpDisplayX.h>
6 #include <visp3/gui/vpDisplayOpenCV.h>
7 #include <visp3/gui/vpDisplayGDI.h>
8 #include <visp3/gui/vpProjectionDisplay.h>
9 #include <visp3/vs/vpServoDisplay.h>
17 static std::vector<vpImagePoint> traj[4];
19 for (
unsigned int i=0; i<4; i++) {
21 point[i].project(cMo);
23 traj[i].push_back(cog);
25 for (
unsigned int i=0; i<4; i++) {
26 for (
unsigned int j=1; j<traj[i].size(); j++) {
39 std::vector<vpPoint> point;
40 point.push_back(
vpPoint(-0.1,-0.1, 0) );
41 point.push_back(
vpPoint( 0.1,-0.1, 0) );
42 point.push_back(
vpPoint( 0.1, 0.1, 0) );
43 point.push_back(
vpPoint(-0.1, 0.1, 0) );
51 for (
unsigned int i = 0 ; i < 4 ; i++) {
67 #if defined(VISP_HAVE_X11)
68 vpDisplayX displayInt(Iint, 0, 0,
"Internal view");
69 vpDisplayX displayExt(Iext, 670, 0,
"External view");
70 #elif defined(VISP_HAVE_GDI)
73 #elif defined(VISP_HAVE_OPENCV)
77 std::cout <<
"No image viewer is available..." << std::endl;
81 #if defined(VISP_HAVE_DISPLAY)
83 for (
unsigned int i = 0 ; i < 4 ; i++)
84 externalview.
insert(point[i]) ;
92 for (
unsigned int i = 0 ; i < 4 ; i++) {
101 display_trajectory(Iint, point, cMo, cam);
104 #if defined(VISP_HAVE_DISPLAY)
119 std::cout <<
"Catch an exception: " << e << std::endl;
VISP_EXPORT int wait(double t0, double t)
static bool getClick(const vpImage< unsigned char > &I, bool blocking=true)
void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)
void display(vpImage< unsigned char > &I, const vpHomogeneousMatrix &cextMo, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, const vpColor &color, const bool &displayTraj=false, const unsigned int thickness=1)
unsigned int getWidth() const
double getSamplingTime() const
Implementation of an homogeneous matrix and operations on such kind of matrices.
Class that defines the simplest robot: a free flying camera.
static void convertPoint(const vpCameraParameters &cam, const double &x, const double &y, double &u, double &v)
Point coordinates conversion from normalized coordinates in meter to pixel coordinates ...
Display for windows using GDI (available on any windows 32 platform).
Use the X11 console to display images on unix-like OS. Thus to enable this class X11 should be instal...
void addFeature(vpBasicFeature &s, vpBasicFeature &s_star, const unsigned int select=vpBasicFeature::FEATURE_ALL)
error that can be emited by ViSP classes.
Class that defines a 2D point visual feature which is composed by two parameters that are the cartes...
static const vpColor green
static void flush(const vpImage< unsigned char > &I)
Class that defines what is a point.
virtual void setSamplingTime(const double &delta_t)
vpColVector computeControlLaw()
static void display(const vpImage< unsigned char > &I)
The vpDisplayOpenCV allows to display image using the OpenCV library. Thus to enable this class OpenC...
Generic class defining intrinsic camera parameters.
void insert(vpForwardProjection &fp)
vpHomogeneousMatrix getPosition() const
void setInteractionMatrixType(const vpServoIteractionMatrixType &interactionMatrixType, const vpServoInversionType &interactionMatrixInversion=PSEUDO_INVERSE)
static double rad(double deg)
Implementation of column vector and the associated operations.
vpHomogeneousMatrix inverse() const
unsigned int getHeight() const
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
static void displayLine(const vpImage< unsigned char > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1)
static void create(vpFeaturePoint &s, const vpCameraParameters &cam, const vpDot &d)
interface with the image for feature display
void setServo(const vpServoType &servo_type)
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)