Opened 3 years ago
Last modified 3 years ago
#21992 new enhancement
Smoother position correlation for automotive vehicules
Reported by: | Eric_S | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core image mapping | Version: | |
Keywords: | position offset | Cc: |
Description
When geotagging pictures with a GNSS track, positions are linearly interpolated. I would like to have a smoother position interpolation when picture recording was done while driving a car. In tight turns, it doesn't look optimal (See attached picture). Indeed, the underlying physic of an automotive vehicle is associated with smoothness on position, speed and acceleration. Cubic spline seems to be well suited.
See : https://hal.archives-ouvertes.fr/hal-00851910/document
There are numerous trajectory generation solutions, based on the use of several mathematical models. Parametric Cubic Splines (De Boor (1978)) are used here, because they represent a
straightforward interpolation, they have a curvature continuity property, and they
are adapted to all road contexts (bend, straight line, roundabout, etc.).
So I would like a "automotive smoothness" option.
Attachments (1)
Change History (2)
by , 3 years ago
Attachment: | josm_linear.jpg added |
---|
comment:1 by , 3 years ago
Component: | Core → Core image mapping |
---|---|
Keywords: | position offset added |
Current image positionning using GPX linear interpolation