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

CCalibrationManager::SaveCalibration Static Method

C++
static void SaveCalibration(const CCalibration& xCalib, const CRxString& sxGUID, bool bSaveGrayImg)

Saves the given calibration to disk.

Requires Rx::ERuntimeFeature::Save to save this change permanently.

Parameters

[const CCalibration&] xCalib

The calibration.

[const CRxString&] sxGUID

The GUID of the calibration.

[bool] bSaveGrayImg

True to save the gray image to disk. Throws an exception if the gray image is invalid. False to save the calibration without a gray image.