Visual Servoing Platform version 3.6.0
Loading...
Searching...
No Matches
drawingHelpers Namespace Reference

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< vpRGBaI_disp
 

Function Documentation

◆ display() [1/3]

bool drawingHelpers::display ( vpImage< double > & D,
const std::string & title,
const bool & blockingMode )

Definition at line 53 of file drawingHelpers.cpp.

References vpImageConvert::convert().

◆ display() [2/3]

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().

◆ display() [3/3]

bool drawingHelpers::display ( vpImage< vpRGBa > & I,
const std::string & title,
const bool & blockingMode )

Variable Documentation

◆ d

vpDisplayX drawingHelpers::d
extern

Definition at line 6 of file drawingHelpers.cpp.

◆ I_disp

vpImage< vpRGBa > drawingHelpers::I_disp
extern

Definition at line 17 of file drawingHelpers.cpp.

Referenced by display().