Template Function Sophus::maxMetric

Function Documentation

template<class T>
auto Sophus::maxMetric(T const &p0, T const &p1) -> decltype(details::MaxMetric<T>::impl(p0, p1))

Returns maximum metric between two points p0 and p1, with p0, p1 being matrices or a scalars.