![]() |
Visual Servoing Platform version 3.6.0
|
Functions | |
| bool | display (vpImage< vpRGBa > &I, const std::string &title, const bool &blockingMode) |
| bool | display (vpImage< unsigned char > &I, const std::string &title, const bool &blockingMode) |
| bool | display (vpImage< double > &D, const std::string &title, const bool &blockingMode) |
Variables | |
| vpDisplayX | d |
| vpImage< vpRGBa > | I_disp |
| bool drawingHelpers::display | ( | vpImage< double > & | D, |
| const std::string & | title, | ||
| const bool & | blockingMode | ||
| ) |
Definition at line 53 of file drawingHelpers.cpp.
References vpImageConvert::convert().
| bool drawingHelpers::display | ( | vpImage< unsigned char > & | I, |
| const std::string & | title, | ||
| const bool & | blockingMode | ||
| ) |
Definition at line 46 of file drawingHelpers.cpp.
References vpImageConvert::convert().
| bool drawingHelpers::display | ( | vpImage< vpRGBa > & | I, |
| const std::string & | title, | ||
| const bool & | blockingMode | ||
| ) |
Definition at line 19 of file drawingHelpers.cpp.
References vpMouseButton::button3, vpDisplay::display(), vpDisplay::displayText(), vpDisplay::flush(), vpDisplay::getClick(), I_disp, vpDisplayX::init(), vpDisplay::isInitialised(), vpColor::red, and vpDisplay::setTitle().
|
extern |
Definition at line 6 of file drawingHelpers.cpp.
Definition at line 17 of file drawingHelpers.cpp.
Referenced by display().