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

Go to the source code of this file.

Classes

class  CVCalibrationEstimatorParams
 

Enumerations

enum class  CVCameraType { FRONTFACING , BACKFACING , VIDEOFILE }
 

Detailed Description

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
Authors
Marcus Hudritsch, Michael Goettlicher

Definition in file CVTypes.h.

Enumeration Type Documentation

◆ CVCameraType

enum CVCameraType
strong
Enumerator
FRONTFACING 
BACKFACING 
VIDEOFILE 

Definition at line 61 of file CVTypes.h.

62 {
64  BACKFACING,
65  VIDEOFILE
66 };