42#ifndef UFO_MAP_INTEGRATOR_SENSOR_ERROR_HPP
43#define UFO_MAP_INTEGRATOR_SENSOR_ERROR_HPP
51 float error_distance{};
53 [[nodiscard]]
float operator()(
float )
const {
return error_distance; }
59 [[nodiscard]]
float operator()(
float distance)
const {
return factor *
distance; }
67 [[nodiscard]]
float operator()(
float distance)
const
77 [[nodiscard]]
float operator()(
float distance)
const
85static constexpr ExponentialSensorError
const KinectV2ErrorFunction{0.0005877f, 0.9925f};
86static constexpr ExponentialSensorError
const ZEDErrorFunction{0.007437f, 0.3855f};
All vision-related classes and functions.
constexpr T b(Lab< T, Flags > color) noexcept
Returns the un-weighted blue–yellow axis value.
constexpr T a(Lab< T, Flags > color) noexcept
Returns the un-weighted green–red axis value.
constexpr auto distance(A const &a, B const &b)
Computes the minimum distance between two shapes.