#include <VignettingCorrection.h>
Public Types | |
| typedef VT1 | first_argument_type |
| the functor's first argument type | |
| typedef vigra::NumericTraits< VT1 >::RealPromote | result_type |
| the functor's result type | |
| typedef result_type | RealVT1 |
Public Member Functions | |
| VigCorrDivFunctor (const InvResp &fr, const VigFunc &vf, const Adjust &adj) | |
| result_type | operator() (first_argument_type const &v1, float x, float y) const |
| calculate transform. | |
Public Attributes | |
| InvResp | m_InvResp |
| VigFunc | m_VigFunc |
| Adjust | m_Adjust |
|
|||||
|
the functor's first argument type
Definition at line 91 of file VignettingCorrection.h. |
|
|||||
|
Definition at line 96 of file VignettingCorrection.h. |
|
|||||
|
the functor's result type
Definition at line 95 of file VignettingCorrection.h. |
|
||||||||||||||||||||
|
Definition at line 98 of file VignettingCorrection.h. |
|
||||||||||||||||||||
|
calculate transform.
Definition at line 108 of file VignettingCorrection.h. |
|
|||||
|
Definition at line 104 of file VignettingCorrection.h. |
|
|||||
|
Definition at line 102 of file VignettingCorrection.h. |
|
|||||
|
Definition at line 103 of file VignettingCorrection.h. |
1.3.9.1