Cylinder.cpp File Reference
#include "Cylinder.h"
#include "LevMarFitting.h"
#include <MiscLib/Performance.h>
#include <GfxTL/VectorXD.h>
#include "LevMarLSWeight.h"
#include <GfxTL/IndexedIterator.h>
#include <GfxTL/Mean.h>
+ Include dependency graph for Cylinder.cpp:

Go to the source code of this file.

Functions

float CylinderDistance (const float *param, const float *x)
 
void CylinderDistanceDerivatives (const float *param, const float *x, float *gradient)
 
void NormalizeCylinderParams (float *param)
 

Function Documentation

◆ CylinderDistance()

float CylinderDistance ( const float param,
const float x 
)

Definition at line 355 of file Cylinder.cpp.

+ Here is the call graph for this function:

◆ CylinderDistanceDerivatives()

void CylinderDistanceDerivatives ( const float param,
const float x,
float gradient 
)

Definition at line 371 of file Cylinder.cpp.

+ Here is the call graph for this function:

◆ NormalizeCylinderParams()

void NormalizeCylinderParams ( float param)

Definition at line 405 of file Cylinder.cpp.

+ Here is the call graph for this function: