7#include "opencv2/opencv.hpp"
11# ifdef COMPILING_DLL_SimulatedRealityCore
12# define DIMENCOSR_API __declspec(dllexport)
14# define DIMENCOSR_API __declspec(dllimport)
29 bool verifyRotation();
37#pragma warning(disable: 4251)
43 cv::Mat transformation;
44 cv::Mat untransformation;
48 Transformation(cv::Matx31d scaling, cv::Matx33d rotation, cv::Matx31d translation);
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:20
C-compatible 3d double vector representation.
Definition: types.h:73