|
ViSP
|
This is the complete list of members for vpDisplay, including all inherited members.
| clearDisplay(const vpColor &color=vpColor::white)=0 | vpDisplay | pure virtual |
| close(vpImage< unsigned char > &I) | vpDisplay | static |
| close(vpImage< vpRGBa > &I) | vpDisplay | static |
| closeDisplay()=0 | vpDisplay | pure virtual |
| display(const vpImage< unsigned char > &I) | vpDisplay | static |
| display(const vpImage< vpRGBa > &I) | vpDisplay | static |
| 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 | vpDisplay | protectedpure virtual |
| displayArrow(const vpImage< unsigned char > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color=vpColor::white, unsigned int w=4, unsigned int h=2, unsigned int thickness=1) | vpDisplay | static |
| displayArrow(const vpImage< unsigned char > &I, int i1, int j1, int i2, int j2, const vpColor &color=vpColor::white, unsigned int w=4, unsigned int h=2, unsigned int thickness=1) | vpDisplay | static |
| displayArrow(const vpImage< vpRGBa > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color=vpColor::white, unsigned int w=4, unsigned int h=2, unsigned int thickness=1) | vpDisplay | static |
| displayArrow(const vpImage< vpRGBa > &I, int i1, int j1, int i2, int j2, const vpColor &color=vpColor::white, unsigned int w=4, unsigned int h=2, unsigned int thickness=1) | vpDisplay | static |
| displayCamera(const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, double size, const vpColor &color, unsigned int thickness) | vpDisplay | static |
| displayCamera(const vpImage< vpRGBa > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, double size, const vpColor &color, unsigned int thickness) | vpDisplay | static |
| displayCharString(const vpImagePoint &ip, const char *text, const vpColor &color=vpColor::green)=0 | vpDisplay | protectedpure virtual |
| displayCharString(const vpImage< unsigned char > &I, const vpImagePoint &ip, const char *string, const vpColor &color) | vpDisplay | static |
| displayCharString(const vpImage< unsigned char > &I, int i, int j, const char *string, const vpColor &color) | vpDisplay | static |
| displayCharString(const vpImage< vpRGBa > &I, const vpImagePoint &ip, const char *string, const vpColor &color) | vpDisplay | static |
| displayCharString(const vpImage< vpRGBa > &I, int i, int j, const char *string, const vpColor &color) | vpDisplay | static |
| displayCircle(const vpImagePoint ¢er, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1)=0 | vpDisplay | protectedpure virtual |
| displayCircle(const vpImage< unsigned char > &I, const vpImagePoint ¢er, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
| displayCircle(const vpImage< unsigned char > &I, int i, int j, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
| displayCircle(const vpImage< vpRGBa > &I, const vpImagePoint ¢er, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
| displayCircle(const vpImage< vpRGBa > &I, int i, int j, unsigned int radius, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
| displayCross(const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thickness=1)=0 | vpDisplay | protectedpure virtual |
| displayCross(const vpImage< unsigned char > &I, const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayCross(const vpImage< unsigned char > &I, int i, int j, unsigned int size, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayCross(const vpImage< vpRGBa > &I, const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayCross(const vpImage< vpRGBa > &I, int i, int j, unsigned int size, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1)=0 | vpDisplay | protectedpure virtual |
| displayDotLine(const vpImage< unsigned char > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayDotLine(const vpImage< unsigned char > &I, int i1, int j1, int i2, int j2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayDotLine(const vpImage< vpRGBa > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayDotLine(const vpImage< vpRGBa > &I, int i1, int j1, int i2, int j2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayFrame(const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, double size, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayFrame(const vpImage< vpRGBa > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, double size, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayHasBeenInitialized | vpDisplay | protected |
| displayImage(const vpImage< unsigned char > &I)=0 | vpDisplay | pure virtual |
| displayImage(const vpImage< vpRGBa > &I)=0 | vpDisplay | pure virtual |
| displayImageROI(const vpImage< unsigned char > &I, const vpImagePoint &iP, const unsigned int width, const unsigned int height)=0 | vpDisplay | pure virtual |
| displayImageROI(const vpImage< vpRGBa > &I, const vpImagePoint &iP, const unsigned int width, const unsigned int height)=0 | vpDisplay | pure virtual |
| displayLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1)=0 | vpDisplay | protectedpure virtual |
| displayLine(const vpImage< unsigned char > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayLine(const vpImage< unsigned char > &I, int i1, int j1, int i2, int j2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayLine(const vpImage< vpRGBa > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayLine(const vpImage< vpRGBa > &I, int i1, int j1, int i2, int j2, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayPoint(const vpImagePoint &ip, const vpColor &color)=0 | vpDisplay | protectedpure virtual |
| displayPoint(const vpImage< unsigned char > &I, const vpImagePoint &ip, const vpColor &color) | vpDisplay | static |
| displayPoint(const vpImage< unsigned char > &I, int i, int j, const vpColor &color) | vpDisplay | static |
| displayPoint(const vpImage< vpRGBa > &I, const vpImagePoint &ip, const vpColor &color) | vpDisplay | static |
| displayPoint(const vpImage< vpRGBa > &I, int i, int j, const vpColor &color) | vpDisplay | static |
| displayRectangle(const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color, bool fill=false, unsigned int thickness=1)=0 | vpDisplay | protectedpure virtual |
| displayRectangle(const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor &color, bool fill=false, unsigned int thickness=1)=0 | vpDisplay | protectedpure virtual |
| displayRectangle(const vpRect &rectangle, const vpColor &color, bool fill=false, unsigned int thickness=1)=0 | vpDisplay | protectedpure virtual |
| displayRectangle(const vpImage< unsigned char > &I, const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
| displayRectangle(const vpImage< unsigned char > &I, const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
| displayRectangle(const vpImage< unsigned char > &I, const vpRect &rectangle, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
| displayRectangle(const vpImage< unsigned char > &I, const vpImagePoint ¢er, float angle, unsigned int width, unsigned int height, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayRectangle(const vpImage< unsigned char > &I, int i, int j, unsigned int width, unsigned int height, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
| displayRectangle(const vpImage< unsigned char > &I, unsigned int i, unsigned int j, float angle, unsigned int width, unsigned int height, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayRectangle(const vpImage< vpRGBa > &I, const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
| displayRectangle(const vpImage< vpRGBa > &I, const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
| displayRectangle(const vpImage< vpRGBa > &I, const vpRect &rectangle, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
| displayRectangle(const vpImage< vpRGBa > &I, const vpImagePoint ¢er, float angle, unsigned int width, unsigned int height, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayRectangle(const vpImage< vpRGBa > &I, int i, int j, unsigned int width, unsigned int height, const vpColor &color, bool fill=false, unsigned int thickness=1) | vpDisplay | static |
| displayRectangle(const vpImage< vpRGBa > &I, unsigned int i, unsigned int j, float angle, unsigned int width, unsigned int height, const vpColor &color, unsigned int thickness=1) | vpDisplay | static |
| displayROI(const vpImage< unsigned char > &I, const vpRect &roi) | vpDisplay | static |
| displayROI(const vpImage< vpRGBa > &I, const vpRect &roi) | vpDisplay | static |
| flush(const vpImage< unsigned char > &I) | vpDisplay | static |
| flush(const vpImage< vpRGBa > &I) | vpDisplay | static |
| flushDisplay()=0 | vpDisplay | pure virtual |
| flushDisplayROI(const vpImagePoint &iP, const unsigned int width, const unsigned int height)=0 | vpDisplay | pure virtual |
| flushROI(const vpImage< unsigned char > &I, const vpRect &roi) | vpDisplay | static |
| flushROI(const vpImage< vpRGBa > &I, const vpRect &roi) | vpDisplay | static |
| font | vpDisplay | protected |
| getClick(bool blocking=true)=0 | vpDisplay | pure virtual |
| getClick(vpImagePoint &ip, bool blocking=true)=0 | vpDisplay | pure virtual |
| getClick(vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true)=0 | vpDisplay | pure virtual |
| getClick(const vpImage< unsigned char > &I, bool blocking=true) | vpDisplay | static |
| getClick(const vpImage< unsigned char > &I, vpImagePoint &ip, bool blocking=true) | vpDisplay | static |
| getClick(const vpImage< unsigned char > &I, vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true) | vpDisplay | static |
| getClick(const vpImage< vpRGBa > &I, bool blocking=true) | vpDisplay | static |
| getClick(const vpImage< vpRGBa > &I, vpImagePoint &ip, bool blocking=true) | vpDisplay | static |
| getClick(const vpImage< vpRGBa > &I, vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true) | vpDisplay | static |
| getClickUp(vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true)=0 | vpDisplay | pure virtual |
| getClickUp(const vpImage< unsigned char > &I, vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true) | vpDisplay | static |
| getClickUp(const vpImage< vpRGBa > &I, vpImagePoint &ip, vpMouseButton::vpMouseButtonType &button, bool blocking=true) | vpDisplay | static |
| getHeight() const | vpDisplay | inline |
| getImage(const vpImage< unsigned char > &Is, vpImage< vpRGBa > &Id) | vpDisplay | static |
| getImage(const vpImage< vpRGBa > &Is, vpImage< vpRGBa > &Id) | vpDisplay | static |
| getKeyboardEvent(bool blocking=true)=0 | vpDisplay | pure virtual |
| getKeyboardEvent(char *string, bool blocking=true)=0 | vpDisplay | pure virtual |
| getKeyboardEvent(const vpImage< unsigned char > &I, bool blocking=true) | vpDisplay | static |
| getKeyboardEvent(const vpImage< unsigned char > &I, char *string, bool blocking=true) | vpDisplay | static |
| getKeyboardEvent(const vpImage< vpRGBa > &I, bool blocking=true) | vpDisplay | static |
| getKeyboardEvent(const vpImage< vpRGBa > &I, char *string, bool blocking=true) | vpDisplay | static |
| getPointerMotionEvent(vpImagePoint &ip)=0 | vpDisplay | pure virtual |
| getPointerMotionEvent(const vpImage< unsigned char > &I, vpImagePoint &ip) | vpDisplay | static |
| getPointerMotionEvent(const vpImage< vpRGBa > &I, vpImagePoint &ip) | vpDisplay | static |
| getPointerPosition(vpImagePoint &ip)=0 | vpDisplay | pure virtual |
| getPointerPosition(const vpImage< unsigned char > &I, vpImagePoint &ip) | vpDisplay | static |
| getPointerPosition(const vpImage< vpRGBa > &I, vpImagePoint &ip) | vpDisplay | static |
| getWidth() const | vpDisplay | inline |
| height | vpDisplay | protected |
| init(vpImage< unsigned char > &I, int x=-1, int y=-1, const char *title=NULL)=0 | vpDisplay | pure virtual |
| init(vpImage< vpRGBa > &I, int x=-1, int y=-1, const char *title=NULL)=0 | vpDisplay | pure virtual |
| init(unsigned int width, unsigned int height, int x=-1, int y=-1, const char *title=NULL)=0 | vpDisplay | pure virtual |
| isInitialised() | vpDisplay | inline |
| setBackground(const vpImage< unsigned char > &I, const vpColor &color) | vpDisplay | static |
| setBackground(const vpImage< vpRGBa > &I, const vpColor &color) | vpDisplay | static |
| setFont(const char *font)=0 | vpDisplay | pure virtual |
| setFont(const vpImage< unsigned char > &I, const char *font) | vpDisplay | static |
| setFont(const vpImage< vpRGBa > &I, const char *font) | vpDisplay | static |
| setTitle(const char *title)=0 | vpDisplay | pure virtual |
| setTitle(const vpImage< unsigned char > &I, const char *windowtitle) | vpDisplay | static |
| setTitle(const vpImage< vpRGBa > &I, const char *windowtitle) | vpDisplay | static |
| setWindowPosition(int winx, int winy)=0 | vpDisplay | pure virtual |
| setWindowPosition(const vpImage< unsigned char > &I, int winx, int winy) | vpDisplay | static |
| setWindowPosition(const vpImage< vpRGBa > &I, int winx, int winy) | vpDisplay | static |
| title | vpDisplay | protected |
| vpDisplay() | vpDisplay | protected |
| width | vpDisplay | protected |
| windowXPosition | vpDisplay | protected |
| windowYPosition | vpDisplay | protected |
| ~vpDisplay() | vpDisplay | virtual |