![]() |
SLProject
4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <string>#include <thread>#include <atomic>#include <deque>#include <utility>#include <mutex>#include <fstream>#include <stdio.h>#include <condition_variable>#include <opencv2/opencv.hpp>#include <Utils.h>#include <SENSGps.h>#include <SENSOrientation.h>#include <SENSCamera.h>Go to the source code of this file.
Classes | |
| class | SENSRecorderDataHandler< T > |
| class | SENSGpsRecorderDataHandler |
| class | SENSOrientationRecorderDataHandler |
| class | SENSCameraRecorderDataHandler |
Typedefs | |
| using | GpsInfo = std::pair< SENSGps::Location, SENSTimePt > |
| using | OrientationInfo = std::pair< SENSOrientation::Quat, SENSTimePt > |
| using | FrameInfo = std::pair< cv::Mat, SENSTimePt > |
| using FrameInfo = std::pair<cv::Mat, SENSTimePt> |
Definition at line 24 of file SENSRecorderDataHandler.h.
| using GpsInfo = std::pair<SENSGps::Location, SENSTimePt> |
Definition at line 22 of file SENSRecorderDataHandler.h.
| using OrientationInfo = std::pair<SENSOrientation::Quat, SENSTimePt> |
Definition at line 23 of file SENSRecorderDataHandler.h.