Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
vigra_ext::VigCorrFlatDivFunctor< VT1, VT2, InvResp, Adjust > Class Template Reference
#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 |
template<class VT1, class VT2, class InvResp, class Adjust>
class vigra_ext::VigCorrFlatDivFunctor< VT1, VT2, InvResp, Adjust >
Member Typedef Documentation
|
|||||
|
the functor's first argument type
|
|
|||||
|
the functor's result type
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
the functor's second argument 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