Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
vigra_ext::PolySqDistFunctor< NTERMS > Struct Template Reference

#include <VignettingCorrection.h>

Public Member Functions

 PolySqDistFunctor (const std::vector< double > &coeff)
 
double operator() (double x, double y) const
 

Public Attributes

double m_coeff [NTERMS]
 

Detailed Description

template<int NTERMS = 4>
struct vigra_ext::PolySqDistFunctor< NTERMS >

Definition at line 188 of file VignettingCorrection.h.

Constructor & Destructor Documentation

template<int NTERMS = 4>
vigra_ext::PolySqDistFunctor< NTERMS >::PolySqDistFunctor ( const std::vector< double > &  coeff)
inline

Member Function Documentation

template<int NTERMS = 4>
double vigra_ext::PolySqDistFunctor< NTERMS >::operator() ( double  x,
double  y 
) const
inline

Member Data Documentation

template<int NTERMS = 4>
double vigra_ext::PolySqDistFunctor< NTERMS >::m_coeff[NTERMS]

The documentation for this struct was generated from the following file: