41 #include <visp3/core/vpConfig.h>
42 #include <visp3/core/vpDisplay.h>
48 #include <X11/Xutil.h>
55 #include <visp3/core/vpImage.h>
56 #include <visp3/core/vpRect.h>
159 unsigned long *x_color;
160 unsigned int screen_depth ;
161 unsigned short colortable[256];
164 bool ximage_data_init;
165 unsigned int RMask, GMask, BMask;
166 int RShift, GShift, BShift;
185 vpDisplayX(
int winx,
int winy,
const char *title=NULL) ;
187 const char *title=NULL) ;
189 const char *title=NULL) ;
194 int winx=-1,
int winy=-1,
195 const char *title=NULL) ;
197 int winx=-1,
int winy=-1,
198 const char *title=NULL) ;
200 void init(
unsigned int width,
unsigned int height,
201 int winx=-1,
int winy=-1 ,
202 const char *title=NULL) ;
204 unsigned int getScreenDepth();
205 void getScreenSize(
unsigned int &width,
unsigned int &height);
210 void setFont(
const char *font );
221 unsigned int w=4,
unsigned int h=2,
222 unsigned int thickness=1) ;
230 unsigned int thickness=1);
232 const vpColor &color,
unsigned int thickness=1) ;
235 const vpColor &color,
unsigned int thickness=1) ;
246 const vpColor &color,
unsigned int thickness=1) ;
250 unsigned int width,
unsigned int height,
251 const vpColor &color,
bool fill =
false,
252 unsigned int thickness=1) ;
255 const vpColor &color,
bool fill =
false,
256 unsigned int thickness=1) ;
258 const vpColor &color,
bool fill =
false,
259 unsigned int thickness=1) ;
268 bool blocking=
true) ;
276 int getMsb(
unsigned int u32val);
virtual void displayCircle(const vpImagePoint ¢er, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1)=0
virtual void displayImage(const vpImage< unsigned char > &I)=0
virtual void init(vpImage< unsigned char > &I, int x=-1, int y=-1, const char *title=NULL)=0
Class that defines generic functionnalities for display.
virtual void displayArrow(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color=vpColor::white, unsigned int w=4, unsigned int h=2, unsigned int thickness=1)=0
Class to define colors available for display functionnalities.
virtual void clearDisplay(const vpColor &color=vpColor::white)=0
Define the X11 console to display images.
virtual bool getClickUp(vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true)=0
virtual bool getPointerMotionEvent(vpImagePoint &ip)=0
static const vpColor green
unsigned int getHeight() const
virtual void flushDisplay()=0
virtual bool getPointerPosition(vpImagePoint &ip)=0
virtual bool getKeyboardEvent(bool blocking=true)=0
virtual void setWindowPosition(int winx, int winy)=0
static void display(const vpImage< unsigned char > &I)
virtual void displayCross(const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thickness=1)=0
virtual void displayImageROI(const vpImage< unsigned char > &I, const vpImagePoint &iP, const unsigned int width, const unsigned int height)=0
virtual void setTitle(const char *title)=0
virtual void setFont(const char *font)=0
virtual void displayRectangle(const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color, bool fill=false, unsigned int thickness=1)=0
static void getImage(const vpImage< unsigned char > &Is, vpImage< vpRGBa > &Id)
virtual void displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1)=0
virtual void closeDisplay()=0
virtual void displayCharString(const vpImagePoint &ip, const char *text, const vpColor &color=vpColor::green)=0
unsigned int getWidth() const
Defines a rectangle in the plane.
virtual bool getClick(bool blocking=true)=0
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
virtual void displayLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1)=0
virtual void flushDisplayROI(const vpImagePoint &iP, const unsigned int width, const unsigned int height)=0
static const vpColor white
virtual void displayPoint(const vpImagePoint &ip, const vpColor &color)=0