|
#include "Cone.h"
#include "Plane.h"
#include "LevMarFitting.h"
#include <MiscLib/Performance.h>
#include <GfxTL/IndexedIterator.h>
#include "LevMarLSWeight.h"
#include <GfxTL/Mean.h>
Go to the source code of this file.
Classes | |
class | LevMarPlaneDistance |
Functions | |
float | ConeDistance (const float *param, const float *x) |
void | ConeDistanceDerivatives (const float *param, const float *x, float *gradient) |
int | dmat_solve (int n, int rhs_num, double a[]) |
void | NormalizeConeParams (float *param) |
int dmat_solve | ( | int | n, |
int | rhs_num, | ||
double | a[] | ||
) |