#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 | |
| VigCorrAddFunctor (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 160 of file VignettingCorrection.h. |
|
|||||
|
Definition at line 166 of file VignettingCorrection.h. |
|
|||||
|
the functor's result type
Definition at line 164 of file VignettingCorrection.h. |
|
||||||||||||||||||||
|
Definition at line 168 of file VignettingCorrection.h. |
|
||||||||||||||||||||
|
calculate transform.
Definition at line 178 of file VignettingCorrection.h. |
|
|||||
|
Definition at line 174 of file VignettingCorrection.h. |
|
|||||
|
Definition at line 172 of file VignettingCorrection.h. |
|
|||||
|
Definition at line 173 of file VignettingCorrection.h. |
1.3.9.1