43 #ifndef vpProjectionDisplay_H
44 #define vpProjectionDisplay_H
51 #include <visp/vpConfig.h>
52 #if defined (VISP_HAVE_DISPLAY)
54 #include <visp/vpCameraParameters.h>
55 #include <visp/vpColor.h>
56 #include <visp/vpImage.h>
57 #include <visp/vpDisplayX.h>
58 #include <visp/vpDisplayGTK.h>
59 #include <visp/vpDisplayGDI.h>
60 #include <visp/vpDisplayOpenCV.h>
61 #include <visp/vpDisplayD3D.h>
62 #include <visp/vpForwardProjection.h>
76 #if defined VISP_HAVE_X11
79 #elif defined VISP_HAVE_GTK
82 #elif defined VISP_HAVE_GDI
85 #elif defined VISP_HAVE_OPENCV
88 #elif defined(VISP_HAVE_D3D9)
94 void init(
int select) ;
108 const bool &displayTraj =
false,
109 const unsigned int thickness=1);
114 const unsigned int thickness=1) ;
117 std::list<vpForwardProjection *> listFp ;
Definition of the vpMatrix class.
The class provides a data structure for the homogeneous matrices as well as a set of operations on th...
Display for windows using GDI (available on any windows 32 platform).
Class to define colors available for display functionnalities.
Define the X11 console to display images.
static int internalView()
Class that defines what is a point.
Display for windows using Direct3D.
Class that defines what is a generic geometric feature.
The vpDisplayOpenCV allows to display image using the opencv library.
Generic class defining intrinsic camera parameters.
The vpDisplayGTK allows to display image using the GTK+ library version 1.2.
static int externalView()
vpProjectionDisplay(int select)
interface with the image for feature display