BaptisteHudyma/RGB-D-SLAM

Change parameter system to always work on relative

Open

#21 opened on Oct 4, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (8 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (65 stars)
PR merge metrics
 (PR metrics pending)

Description

For now, parameters are in absolute untis (eg: pixels). They should be reworked to be relative (eg: to the image size, feature density, etc).

This can remove some parameters.

Contributor guide