47 #ifndef _MIRA_CONSOLE_H_ 48 #define _MIRA_CONSOLE_H_ 52 namespace mira {
namespace console {
int getWidth()
Returns the number of columns of the console, i.e.
std::cout
Definition: Console.h:89
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
StdOutput
Definition: Console.h:87
void setTextColor(TextColor color=DEFAULT, StdOutput output=STD_OUTPUT)
Sets the color of the console text as specified.
std::cerr
Definition: Console.h:90
void enableEcho(bool enable=true)
Enables or disables echo for text that is typed when using std input, e.g.
TextColor
Definition: Console.h:63