#include "DataPointsFiltersImpl.h"#include "PointMatcherPrivate.h"#include "MatchersImpl.h"#include "Functions.h"#include <algorithm>#include <boost/format.hpp>#include "Eigen/QR"#include "Eigen/Eigenvalues"
Go to the source code of this file.
Functions | |
| template<typename T > | |
| size_t | argMax (const typename PointMatcher< T >::Vector &v) |
| size_t argMax | ( | const typename PointMatcher< T >::Vector & | v | ) |
Definition at line 757 of file DataPointsFiltersImpl.cpp.