|
|
#include "Torus.h"#include <iterator>#include <limits>#include "LevMarFitting.h"#include "LevMarLSWeight.h"#include <GfxTL/IndexedIterator.h>#include <GfxTL/VectorXD.h>#include <MiscLib/Performance.h>
Include dependency graph for Torus.cpp: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 | ) |