16# ifdef COMPILING_DLL_SimulatedRealityCore
17# define DIMENCOSR_API __declspec(dllexport)
19# define DIMENCOSR_API __declspec(dllimport)
54#pragma warning(suppress: 4251)
55 std::map<std::string, SenseConfiguration> senseConfigurations;
61 void load(
const char* path);
Class representing the configuration of the SRContext.
Definition: srconfiguration.h:47
void calibrate(Sense *sense)
Configuration(std::string path)
Class representing the configuration of a single Sense in the SRContext.
Definition: srconfiguration.h:32
SenseConfiguration(const SenseConfiguration &other)
SenseConfiguration(cv::Vec3d rotation, cv::Vec3d translation)
SenseConfiguration & operator=(const SenseConfiguration &other)
SenseConfiguration(cv::Mat scaling, cv::Mat rotation, cv::Mat translation)
Transformation getCalibration()
Class of objects dealing with Streams of data.
Definition: sense.h:42
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:25
#define DIMENCOSR_API
Definition: srconfiguration.h:22