Namespace: Rx::LFR – Class: CRayFileWriter – Header: Rx.LFR/RayFileWriter.h
CRayFileWriter::WriteGrayImage Static Method
C++
static void WriteGrayImage(const CRxString& sxFile, const CRxImage& xImg)
Writes the given gray image to the given file.
Requires an authenticated dongle (Rx::LFR::CLightFieldRuntime::Authenticate).
Parameters
[const CRxString&] sxFile |
[in] The file. |
[const CRxImage&] xImg |
[in] The gray image. |