Namespace: Rx::LFR – Class: CCudaCompute – Header: Rx.LFR/CudaCompute.h

CCudaCompute::ApplyCalibration Method

C++
void ApplyCalibration(const CCalibration& calibration, bool uploadGrayImg)

Applies the given calibration to the algorithms. This must be done every time the calibration changes.

Parameters

[const CCalibration&] calibration

[in] The calibration.

[bool] uploadGrayImg

(Optional) [in] True to upload the gray image of the calibration to CUDA. False to use the current gray image even if it is invalid.