 |
Visual Servoing Platform
version 3.3.0
|
39 #ifndef vpProjectionDisplay_H
40 #define vpProjectionDisplay_H
47 #include <visp3/core/vpConfig.h>
48 #if defined(VISP_HAVE_DISPLAY)
50 #include <visp3/core/vpCameraParameters.h>
51 #include <visp3/core/vpColor.h>
52 #include <visp3/core/vpForwardProjection.h>
53 #include <visp3/core/vpImage.h>
54 #include <visp3/core/vpPoint.h>
55 #include <visp3/gui/vpDisplayD3D.h>
56 #include <visp3/gui/vpDisplayGDI.h>
57 #include <visp3/gui/vpDisplayGTK.h>
58 #include <visp3/gui/vpDisplayOpenCV.h>
59 #include <visp3/gui/vpDisplayX.h>
74 #if defined VISP_HAVE_X11
77 #elif defined VISP_HAVE_GTK
80 #elif defined VISP_HAVE_GDI
83 #elif defined VISP_HAVE_OPENCV
86 #elif defined(VISP_HAVE_D3D9)
92 void init(
int select);
100 #if defined(VISP_HAVE_DISPLAY)
103 listFp(), o(), x(), y(), z(), traj()
109 #if defined(VISP_HAVE_DISPLAY)
112 listFp(), o(), x(), y(), z(), traj()
120 unsigned int thickness = 1);
125 std::list<vpForwardProjection *> listFp;
Class that defines what is a generic geometric feature.
Use the X11 console to display images on unix-like OS. Thus to enable this class X11 should be instal...
vpProjectionDisplay(int select)
static int externalView()
Generic class defining intrinsic camera parameters.
Display for windows using GDI (available on any windows 32 platform).
Display for windows using Direct3D 3rd party. Thus to enable this class Direct3D should be installed....
The vpDisplayOpenCV allows to display image using the OpenCV library. Thus to enable this class OpenC...
Implementation of a matrix and operations on matrices.
The vpDisplayGTK allows to display image using the GTK 3rd party library. Thus to enable this class G...
static int internalView()
interface with the image for feature display
Class that defines what is a point.
Class to define colors available for display functionnalities.
Implementation of an homogeneous matrix and operations on such kind of matrices.