supereight
Loading...
Searching...
No Matches
uncertainty.hpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2024 Smart Robotics Lab, Imperial College London, Technical University of Munich
3 * SPDX-FileCopyrightText: 2024 Sotiris Papatheodorou
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef SE_INTEGRATOR_UNCERTAINTY_HPP
8#define SE_INTEGRATOR_UNCERTAINTY_HPP
9
10#include <se/image/image.hpp>
11#include <se/map/data_field.hpp>
12
13namespace se {
14namespace uncert {
15
20 const float map_resolution,
22
23} // namespace uncert
24} // namespace se
25
26#endif // SE_INTEGRATOR_UNCERTAINTY_HPP
Definition image.hpp:19
Image< float > depth_sigma(const Image< float > &depth, const float map_resolution, const FieldData< Field::Occupancy >::Config &config)
Return the per-pixel standard deviation of the depth image according to the inverse sensor model in c...
Helper wrapper to allocate and de-allocate octants in the octree.
Definition bounded_vector.hpp:14
Definition data_field.hpp:20