Hugintrunk
0.1
|
just apply exposure and response to linear data More...
Public Member Functions | |
ExposureResponseFunctor2 (double exposure, const OP &operation) | |
template<class VT > | |
vigra::NumericTraits< VT > ::RealPromote | operator() (VT v) const |
Public Attributes | |
const OP & | op |
double | e |
just apply exposure and response to linear data
Definition at line 192 of file PreviewPanel.cpp.
|
inline |
Definition at line 194 of file PreviewPanel.cpp.
|
inline |
Definition at line 203 of file PreviewPanel.cpp.
References ExposureResponseFunctor2< OP >::e, and ExposureResponseFunctor2< OP >::op.
double ExposureResponseFunctor2< OP >::e |
Definition at line 199 of file PreviewPanel.cpp.
Referenced by ExposureResponseFunctor2< OP >::operator()().
const OP& ExposureResponseFunctor2< OP >::op |
Definition at line 198 of file PreviewPanel.cpp.
Referenced by ExposureResponseFunctor2< OP >::operator()().