Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
vigra_ext::ExposureResponseFunctor< OP > Struct Template Reference

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
 

Detailed Description

template<class OP>
struct vigra_ext::ExposureResponseFunctor< OP >

just apply exposure and response to linear data

Definition at line 376 of file lut.h.

Constructor & Destructor Documentation

◆ ExposureResponseFunctor()

template<class OP >
vigra_ext::ExposureResponseFunctor< OP >::ExposureResponseFunctor ( double  exposure,
OP operation 
)
inline

Member Function Documentation

◆ operator()()

template<class OP >
template<class VT >
vigra::NumericTraits< VT >::RealPromote vigra_ext::ExposureResponseFunctor< OP >::operator() ( VT  v)
inline

Member Data Documentation

◆ e

◆ op


The documentation for this struct was generated from the following file: