#include <DummyGrabber.h>
#include <string>
#include <iostream>
#include <mutex>
#include <chrono>
#include <functional>
#include <RocLogger.h>
#include <stringtricks.h>
#include <utils.h>
#include <GrabberStatsPublisher.h>
#include <climits>
Go to the source code of this file.
|
template<typename T > |
void | recalculateExposure (T *target, T *source, int width, int height, double factor, T dark, T max) |
|
template<typename T >
void recalculateExposure |
( |
T * |
target, |
|
|
T * |
source, |
|
|
int |
width, |
|
|
int |
height, |
|
|
double |
factor, |
|
|
T |
dark, |
|
|
T |
max |
|
) |
| |