#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 | RVT1 |
| typedef vigra::NumericTraits< VT2 >::RealPromote | RVT2 |
Public Member Functions | |
| VigCorrFlatDivFunctor (RVT2 mean, 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 |
| RVT2 | m_mean |
|
|||||
|
the functor's first argument type
Definition at line 51 of file VignettingCorrection.h. |
|
|||||
|
the functor's result type
Definition at line 59 of file VignettingCorrection.h. |
|
|||||
|
Definition at line 61 of file VignettingCorrection.h. |
|
|||||
|
Definition at line 62 of file VignettingCorrection.h. |
|
|||||
|
the functor's second argument type
Definition at line 55 of file VignettingCorrection.h. |
|
||||||||||||||||||||
|
Definition at line 64 of file VignettingCorrection.h. |
|
||||||||||||||||
|
calculate transform.
Definition at line 74 of file VignettingCorrection.h. |
|
|||||
|
Definition at line 69 of file VignettingCorrection.h. |
|
|||||
|
Definition at line 68 of file VignettingCorrection.h. |
|
|||||
|
Definition at line 70 of file VignettingCorrection.h. |
1.3.9.1