Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
algo
max-usable-range
l500
max-usable-range.h
Go to the documentation of this file.
1
// License: Apache 2.0. See LICENSE file in root directory.
2
// Copyright(c) 2020 Intel Corporation. All Rights Reserved.
3
4
#pragma once
5
6
#include <types.h>
7
8
9
namespace
librealsense
{
10
namespace
algo
{
11
namespace
max_usable_range
{
12
namespace
l500 {
13
14
// Calculate the maximum usable range based on current ambient light conditions
15
// Input: noise estimation value
16
// Output: maximum usable range [m]
17
float
max_usable_range
(
float
nest );
18
19
}
// namespace l500
20
}
// namespace max_range
21
}
// namespace algo
22
}
// namespace librealsense
librealsense
Definition:
calibration-model.h:6
librealsense::algo::max_usable_range::l500::max_usable_range
float max_usable_range(float nest)
Definition:
max-usable-range.cpp:12
librealsense::algo::depth_to_rgb_calibration
Definition:
calibration-types.h:12
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:21