3#include "../global.hpp"
47 using Utilities::RateCounter;
49 using Utilities::StopWatch;
Frame rate measurement counter with selectable averaging window.
Definition rate_counter.hpp:24
Speed measurement object.
Definition stop_watch.hpp:43
Namespace for helpers and utilities, which are not directly related to image processing.
Definition version.hpp:16
StopWatchMode
Mode at which the StopWatch should work.
Definition utilities.hpp:28
@ SingleCPU
Definition utilities.hpp:42
@ MultiCPU
Definition utilities.hpp:34
std::shared_ptr< StopWatch > StopWatchPtr
Convenience shared pointer for StopWatch.
Definition utilities.hpp:20
std::shared_ptr< RateCounter > RateCounterPtr
Convenience shared pointer for RateCounter.
Definition utilities.hpp:24
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17