11# ifdef COMPILING_DLL_SimulatedRealityCore
12# define DIMENCOSR_API __declspec(dllexport)
14# define DIMENCOSR_API __declspec(dllimport)
49#pragma warning(suppress: 4251)
50 std::map<std::string, SenseConfiguration> senseConfigurations;
56 void load(
const char* path);
Class representing the configuration of the SRContext.
Definition: srconfiguration.h:42
void calibrate(Sense *sense)
Configuration(std::string path)
Class representing the configuration of a single Sense in the SRContext.
Definition: srconfiguration.h:27
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:37
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:20
#define DIMENCOSR_API
Definition: srconfiguration.h:17