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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:21