numeric
|
#include <vector>
#include <limits>
#include <iostream>
Go to the source code of this file.
Namespaces | |
numeric | |
Functions | |
template<typename TIter > | |
void | numeric::matchTemplate1D (TIter start, TIter end, TIter template_start, TIter template_end, int &pos, double &best_match, bool remove_offset=true) |
template<typename T > | |
std::vector< T > | numeric::joinVectors (const std::vector< T > &v1, const std::vector< T > &v2, int pos, const T &default_value) |