Templates -- Meow  1.1.4
A C++ template which is unable and also not allowed to compile to obj-file first.
methods.h File Reference
#include "Matrix.h"
#include "Vector.h"
#include "utility.h"
#include <cstdlib>
#include <vector>

Go to the source code of this file.

Namespaces

 meow
 

Functions

template<class Data , class WeightingClass >
std::vector< Data > meow::ransac (std::vector< Data > const &data, WeightingClass const &w, size_t N, double p0, double P)
 Run the RANSAC method to approach the best solution. More...
 
template<class Scalar , class Function >
Vector< Scalar > meow::levenbergMarquardt (Function const &f, Vector< Scalar > const &init, int counter=-1)
 
template<class Scalar , class Function >
Vector< Scalar > meow::levenbergMarquardtTraining (Function &f, Vector< Scalar > const &init, Scalar const &init_mu, Scalar const &mu_pow, Scalar const &er_max, int retry_number, int counter)