SLProject  4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SENSCalibrationEstimatorParams.h File Reference
#include <opencv2/calib3d.hpp>
Include dependency graph for SENSCalibrationEstimatorParams.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SENSCalibrationEstimatorParams
 Parameterset for the SENSCalibrationEstimator. More...
 

Enumerations

enum class  SENSCameraType { FRONTFACING , BACKFACING , VIDEOFILE }
 

Detailed Description

Authors
Michael Goettlicher, Marcus Hudritsch
Date
Winter 2019
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file SENSCalibrationEstimatorParams.h.

Enumeration Type Documentation

◆ SENSCameraType

enum SENSCameraType
strong
Enumerator
FRONTFACING 
BACKFACING 
VIDEOFILE 

Definition at line 62 of file SENSCalibrationEstimatorParams.h.

63 {
65  BACKFACING,
66  VIDEOFILE
67 };