Namespace: Rx::LFR – Class: CCalibrationManager – Header: Rx.LFR/CalibrationManager.h

CCalibrationManager::LoadCalibration Static Method

C++
static void LoadCalibration(CCalibration& xCalib, const CRxString& sxGUID, bool bLoadGrayImg)

Loads the calibration with the given GUID.

Parameters

[CCalibration&] xCalib

[out] The loaded calibration.

[const CRxString&] sxGUID

[in] The GUID of the calibration.

[bool] bLoadGrayImg

[in] True to load the gray image from disk. The image is invalid if there isn't a gray image. False to load no gray image.