supereight
Loading...
Searching...
No Matches
include
se
integrator
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
13
namespace
se
{
14
namespace
uncert {
15
19
Image<float>
depth_sigma
(
const
Image<float>
& depth,
20
const
float
map_resolution
,
21
const
FieldData<Field::Occupancy>::Config
&
config
);
22
23
}
// namespace uncert
24
}
// namespace se
25
26
#endif
// SE_INTEGRATOR_UNCERTAINTY_HPP
se::Image
Definition
image.hpp:19
data_field.hpp
image.hpp
se::uncert::depth_sigma
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...
se
Helper wrapper to allocate and de-allocate octants in the octree.
Definition
bounded_vector.hpp:14
se::FieldData::Config
Definition
data_field.hpp:20
Generated by
1.9.8