1#include "drawingHelpers.h"
3#include <visp3/core/vpImageConvert.h>
5#ifndef DOXYGEN_SHOULD_SKIP_THIS
7#ifdef ENABLE_VISP_NAMESPACE
11bool drawingHelpers::display(
vpImage< vpRGBa> &I,
const std::string &title,
const bool &blockingMode)
20 bool hasToContinue =
true;
23 hasToContinue =
false;
32 return display(Idisp, title, blockingMode);
40 return display(Idisp, title, blockingMode);
static bool getClick(const vpImage< unsigned char > &I, bool blocking=true)
static void display(const vpImage< unsigned char > &I)
static void setTitle(const vpImage< unsigned char > &I, const std::string &windowtitle)
static void flush(const vpImage< unsigned char > &I)
static void displayText(const vpImage< unsigned char > &I, const vpImagePoint &ip, const std::string &s, const vpColor &color)
static void convert(const vpImage< unsigned char > &src, vpImage< vpRGBa > &dest)
Definition of the vpImage class member functions.