#include <tonemap.h>

Public Member Functions | |
| virtual | ~ToneMap () |
| virtual void | Map (const float *y, int xRes, int yRes, float maxDisplayY, float *scale) const =0 |
Definition at line 30 of file tonemap.h.
| virtual void ToneMap::Map | ( | const float * | y, | |
| int | xRes, | |||
| int | yRes, | |||
| float | maxDisplayY, | |||
| float * | scale | |||
| ) | const [pure virtual] |
Implemented in ContrastOp, HighContrastOp, MaxWhiteOp, and NonLinearOp.
Referenced by ApplyImagingPipeline().
1.5.6