DAVID4 SDK  1.8.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
d4::calib Namespace Reference

C++ functions related to d4calib. More...

Functions

std::shared_ptr< d4calib > newCameraCalibration ()
 Create new camera calibration object (d4calib_newCameraCalibration). More...
 
std::shared_ptr< d4calib > newProjectorCalibration ()
 Create new projector calibration object (d4calib_newProjectorCalibration). More...
 

Detailed Description

C++ functions related to d4calib.

Function Documentation

std::shared_ptr<d4calib> d4::calib::newCameraCalibration ( )
inline

Create new camera calibration object (d4calib_newCameraCalibration).

Returns
shared_ptr.

Definition at line 94 of file d4lib_helpers.h.

std::shared_ptr<d4calib> d4::calib::newProjectorCalibration ( )
inline

Create new projector calibration object (d4calib_newProjectorCalibration).

Returns
shared_ptr.

Definition at line 107 of file d4lib_helpers.h.