SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
Go to the source code of this file.
Classes | |
class | CVCalibration |
Live video camera calibration class with OpenCV an OpenCV calibration. More... | |
Enumerations | |
enum | CVCalibState { CS_uncalibrated , CS_calibrated , CS_guessed } |
OpenCV Calibration state. More... | |
Definition in file CVCalibration.h.
enum CVCalibState |
OpenCV Calibration state.
Enumerator | |
---|---|
CS_uncalibrated | The camera is not calibrated (no calibration found) |
CS_calibrated | The camera is calibrated. |
CS_guessed | The camera intrinsics where estimated from FOV. |
Definition at line 30 of file CVCalibration.h.