algo-common.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 <librealsense2/rs.hpp> // Include RealSense Cross Platform API
7 
8 #include "../catch.h"
9 
10 #include <easylogging++.h>
11 
12 #if defined( __ALGO_EPSILON )
13 #define __EPSILON __ALGO_EPSILON
14 // #else leave default
15 #endif
16 #include "../approx.h"
17 
18 #include "../trace.h"
easylogging++.h


librealsense2
Author(s): LibRealSense ROS Team
autogenerated on Thu Dec 22 2022 03:13:13