Typedef navtk::filtering::experimental::ResamplingFunction
Defined in File RbpfStrategy.hpp
Typedef Documentation
-
using navtk::filtering::experimental::ResamplingFunction = std::function<ResamplingResult(const Vector&, const size_t*)>
A function pointer that takes a Vector and pointer to number of desired samples (or
nullptrfor all) by constant reference and returns a ResamplingResult.