Skip to content

Add only keyframes points to maps

Nicolas Cadart requested to merge KeyFrames into master

A frame is promoted to a keyframe if the motion (distance or angle) since last keyframe is greater than a user-defined threshold.

Only keyframes points are added to the keypoints maps. This help reducing the moving objects artefacts, especially when the lidar is slowly or not moving.

@julia.sanchez @nick.laurenson PTAL

Merge request reports