Hugintrunk
0.1
|
just apply exposure and response to linear data More...
#include <lut.h>
Public Member Functions | |
ExposureResponseFunctor (double exposure, OP &operation) | |
template<class VT > | |
vigra::NumericTraits< VT > ::RealPromote | operator() (VT v) |
Public Attributes | |
OP | op |
double | e |
just apply exposure and response to linear data
|
inline |
Definition at line 378 of file lut.h.
References vigra_ext::ExposureResponseFunctor< OP >::e, and vigra_ext::ExposureResponseFunctor< OP >::op.
|
inline |
Definition at line 389 of file lut.h.
References vigra_ext::ExposureResponseFunctor< OP >::e, and vigra_ext::ExposureResponseFunctor< OP >::op.
double vigra_ext::ExposureResponseFunctor< OP >::e |
Definition at line 385 of file lut.h.
Referenced by vigra_ext::ExposureResponseFunctor< OP >::ExposureResponseFunctor(), and vigra_ext::ExposureResponseFunctor< OP >::operator()().
OP vigra_ext::ExposureResponseFunctor< OP >::op |
Definition at line 384 of file lut.h.
Referenced by vigra_ext::ExposureResponseFunctor< OP >::ExposureResponseFunctor(), and vigra_ext::ExposureResponseFunctor< OP >::operator()().