|
#include "Torus.h"
#include <GfxTL/VectorXD.h>
#include <limits>
#include <iterator>
#include "LevMarFitting.h"
#include <MiscLib/Performance.h>
#include <GfxTL/IndexedIterator.h>
#include "LevMarLSWeight.h"
Go to the source code of this file.
Classes | |
class | LevMarTorus< WeightT > |
Functions | |
void | NormalizeTorusParams (float *param) |
float | TorusDistance (const float *param, const float *x) |
void | TorusDistanceDerivatives (const float *param, const float *x, float *gradient) |
void NormalizeTorusParams | ( | float * | param | ) |