#include <VignettingCorrection.h>
Public Types | |
typedef VT1 | first_argument_type |
the functor's first argument type | |
typedef VT2 | second_argument_type |
the functor's second argument type | |
typedef vigra::NumericTraits< VT1 >::RealPromote | result_type |
the functor's result type | |
typedef result_type | RealVT1 |
typedef vigra::NumericTraits< VT2 >::RealPromote | RVT2 |
Public Member Functions | |
VigCorrFlatAddFunctor (const InvResp &fr, const Adjust &adj) | |
result_type | operator() (first_argument_type const &v1, second_argument_type const &v2) const |
calculate transform. | |
Public Attributes | |
InvResp | m_InvResp |
Adjust | m_Adjust |
Definition at line 119 of file VignettingCorrection.h.
typedef VT1 vigra_ext::VigCorrFlatAddFunctor< VT1, VT2, InvResp, Adjust >::first_argument_type |
typedef result_type vigra_ext::VigCorrFlatAddFunctor< VT1, VT2, InvResp, Adjust >::RealVT1 |
Definition at line 134 of file VignettingCorrection.h.
typedef vigra::NumericTraits<VT1>::RealPromote vigra_ext::VigCorrFlatAddFunctor< VT1, VT2, InvResp, Adjust >::result_type |
typedef vigra::NumericTraits<VT2>::RealPromote vigra_ext::VigCorrFlatAddFunctor< VT1, VT2, InvResp, Adjust >::RVT2 |
Definition at line 135 of file VignettingCorrection.h.
typedef VT2 vigra_ext::VigCorrFlatAddFunctor< VT1, VT2, InvResp, Adjust >::second_argument_type |
vigra_ext::VigCorrFlatAddFunctor< VT1, VT2, InvResp, Adjust >::VigCorrFlatAddFunctor | ( | const InvResp & | fr, | |
const Adjust & | adj | |||
) | [inline] |
Definition at line 137 of file VignettingCorrection.h.
result_type vigra_ext::VigCorrFlatAddFunctor< VT1, VT2, InvResp, Adjust >::operator() | ( | first_argument_type const & | v1, | |
second_argument_type const & | v2 | |||
) | const [inline] |
calculate transform.
Definition at line 146 of file VignettingCorrection.h.
References vigra_ext::VigCorrFlatAddFunctor< VT1, VT2, InvResp, Adjust >::m_Adjust, and vigra_ext::VigCorrFlatAddFunctor< VT1, VT2, InvResp, Adjust >::m_InvResp.
Adjust vigra_ext::VigCorrFlatAddFunctor< VT1, VT2, InvResp, Adjust >::m_Adjust |
Definition at line 142 of file VignettingCorrection.h.
Referenced by vigra_ext::VigCorrFlatAddFunctor< VT1, VT2, InvResp, Adjust >::operator()().
InvResp vigra_ext::VigCorrFlatAddFunctor< VT1, VT2, InvResp, Adjust >::m_InvResp |
Definition at line 141 of file VignettingCorrection.h.
Referenced by vigra_ext::VigCorrFlatAddFunctor< VT1, VT2, InvResp, Adjust >::operator()().