Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
vigra_ext::VigCorrDivFunctor< VT1, InvResp, VigFunc, Adjust > Class Template Reference
#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 |
template<class VT1, class InvResp, class VigFunc, class Adjust>
class vigra_ext::VigCorrDivFunctor< VT1, InvResp, VigFunc, Adjust >
Member Typedef Documentation
|
|||||
|
the functor's first argument type
|
|
|||||
|
|
|
|||||
|
the functor's result type
|
Constructor & Destructor Documentation
|
||||||||||||||||||||
|
|
Member Function Documentation
|
||||||||||||||||||||
|
calculate transform.
|
Member Data Documentation
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
The documentation for this class was generated from the following file:
- hugin_base/vigra_ext/VignettingCorrection.h
1.3.9.1