|
| GLSParam< DataPoint, _NFilter, T > & | glsParam () |
| | Explicit conversion to GLSParam , to access methods potentially hidden by heritage.
|
| |
| const GLSParam< DataPoint, _NFilter, T > & | glsParam () const |
| | Explicit conversion to GLSParam , to access methods potentially hidden by heritage.
|
| |
| FIT_RESULT | finalize () |
| | Finalize the procedure.
|
| |
| Scalar | tau () const |
| | Compute and return \( \tau \).
|
| |
| VectorType | eta () const |
| | Compute and return \( \eta \).
|
| |
| Scalar | kappa () const |
| | Compute and return \( \kappa \).
|
| |
| Scalar | tau_normalized () const |
| | Compute and return \( \frac{\tau}{t} \).
|
| |
| VectorType | eta_normalized () const |
| | Compute and return \( \eta \).
|
| |
| Scalar | kappa_normalized () const |
| | Compute and return \( t \kappa \).
|
| |
| Scalar | fitness () const |
| | Return the fitness, e.g.
|
| |
| Scalar | compareTo (const GLSParam< DataPoint, _NFilter, T > &_other, bool _useFitness=true) const |
| | Compare current instance with other.
|
| |
template<class DataPoint, class _NFilter, typename T>
class Ponca::GLSParam< DataPoint, _NFilter, T >
Growing Least Squares reparametrization of the OrientedSphereFit.
Method published in [11]
This class assumes that the WeightFunc defines the accessor
in order to access to the evaluation scale, needed to compute the scale invariant GLS reparametrization (all *_normalized methods).
Computed values:
Requirements:
PROVIDES_ALGEBRAIC_SPHERE
Provides:
PROVIDES_GLS_PARAMETRIZATION
Definition at line 41 of file gls.h.