![]() |
Templates -- Meow
1.2.11
A C++ template contains kinds of interesting classes and functions
|
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) |