I am looking for an example of predicting/regression of GPS position at a given time based on a sparse data set.
Given N rows of [lat,lng,time ticks]
, I want to be able to ask what the lat
, lng
is at any given ticks that might not be present in the N rows.
Additional, is it possible to also get the derivatives at the same time such the orientation of the moving object can be found?
In OpenCV or Eigen that is.