12#include "opencv2/opencv.hpp"
16# ifdef COMPILING_DLL_SimulatedRealityCore
17# define DIMENCOSR_API __declspec(dllexport)
19# define DIMENCOSR_API __declspec(dllimport)
34 bool verifyRotation();
42#pragma warning(disable: 4251)
48 cv::Mat transformation;
49 cv::Mat untransformation;
53 Transformation(cv::Matx31d scaling, cv::Matx33d rotation, cv::Matx31d translation);
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:25
C-compatible 3d double vector representation.
Definition: types.h:81