MIRA
Namespaces | Functions
PrintProgressBar.h File Reference

Methods for displaying a progress bar in the console. More...

#include <iostream>
#include <utils/Time.h>
Include dependency graph for PrintProgressBar.h:

Go to the source code of this file.

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Functions

void printProgressBarHeader ()
 Prints the header part of a progress bar. More...
 
void printProgressBar (int value, int maximum, const Time &startTime, int updateInterval=1)
 Prints a progress bar in the console and shows the approximated time until the progress is finished. More...
 
void printFinishedProgressBar ()
 

Detailed Description

Methods for displaying a progress bar in the console.

Author
Erik Einhorn
Date
2013/11/20