Hugin trunk 0.1
Loading...
Searching...
No Matches
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

◆ PolySqDistFunctor()

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

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ m_coeff

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

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