LevMarFitting.h File Reference
#include <algorithm>
#include <iostream>
#include "LevMarFunc.h"
+ Include dependency graph for LevMarFitting.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class ScalarT , unsigned int N>
bool Cholesky (ScalarT *a, ScalarT p[])
 
template<class ScalarT >
bool Cholesky (ScalarT *a, size_t n, ScalarT p[])
 
template<class ScalarT , unsigned int N>
void CholeskySolve (ScalarT *a, ScalarT p[], ScalarT b[], ScalarT x[])
 
template<class ScalarT >
void CholeskySolve (ScalarT *a, size_t n, ScalarT p[], ScalarT b[], ScalarT x[])
 
template<class IteratorT , class FuncT >
bool LevMar (IteratorT begin, IteratorT end, FuncT &func, typename FuncT::ScalarType *param)
 
template<class ScalarT >
ScalarT LevMar (unsigned int paramDim, unsigned int imgDim, const LevMarFunc< ScalarT > **funcs, ScalarT *param)
 

Function Documentation

◆ Cholesky() [1/2]

bool Cholesky ( ScalarT *  a,
ScalarT  p[] 
)

Definition at line 46 of file LevMarFitting.h.

+ Here is the call graph for this function:

◆ Cholesky() [2/2]

bool Cholesky ( ScalarT *  a,
size_t  n,
ScalarT  p[] 
)

Definition at line 11 of file LevMarFitting.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CholeskySolve() [1/2]

void CholeskySolve ( ScalarT *  a,
ScalarT  p[],
ScalarT  b[],
ScalarT  x[] 
)

Definition at line 112 of file LevMarFitting.h.

+ Here is the call graph for this function:

◆ CholeskySolve() [2/2]

void CholeskySolve ( ScalarT *  a,
size_t  n,
ScalarT  p[],
ScalarT  b[],
ScalarT  x[] 
)

Definition at line 81 of file LevMarFitting.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LevMar() [1/2]

bool LevMar ( IteratorT  begin,
IteratorT  end,
FuncT &  func,
typename FuncT::ScalarType *  param 
)

Definition at line 143 of file LevMarFitting.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LevMar() [2/2]

ScalarT LevMar ( unsigned int  paramDim,
unsigned int  imgDim,
const LevMarFunc< ScalarT > **  funcs,
ScalarT *  param 
)

Definition at line 400 of file LevMarFitting.h.

+ Here is the call graph for this function: