Namespace: Rx::LFR – Class: CRayFileWriter – Header: Rx.LFR/RayFileWriter.h
CRayFileWriter::Write Static Method
C++
static void Write(const CRxString& sxFile, const CRxImage& xImg, const CCalibration& xCalib)
Writes the given ray image to the given file.
Requires an authenticated dongle (Rx::LFR::CLightFieldRuntime::Authenticate) with the Rx::ERuntimeFeature::Save feature.
Parameters
[const CRxString&] sxFile |
[in] The file. |
[const CRxImage&] xImg |
[in] The ray image. |
[const CCalibration&] xCalib |
[in] The calibration of the ray image. |