2#include <visp3/core/vpConfig.h>
3#include <visp3/gui/vpDisplayFactory.h>
5#ifdef ENABLE_VISP_NAMESPACE
11#if defined(VISP_HAVE_DISPLAY)
14#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
25 std::cout <<
"A click to quit..." << std::endl;
28#if (VISP_CXX_STANDARD < VISP_CXX_STANDARD_11)
33 std::cout <<
"No gui available to display an image..." << std::endl;
Class that defines generic functionalities for display.
static bool getClick(const vpImage< unsigned char > &I, bool blocking=true)
static void display(const vpImage< unsigned char > &I)
static void displayCross(const vpImage< unsigned char > &I, const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thickness=1)
static void flush(const vpImage< unsigned char > &I)
Definition of the vpImage class member functions.
std::shared_ptr< vpDisplay > createDisplay()
Return a smart pointer vpDisplay specialization if a GUI library is available or nullptr otherwise.
vpDisplay * allocateDisplay()
Return a newly allocated vpDisplay specialization if a GUI library is available or nullptr otherwise.