imgdb::MpSaver::SetRaw Member Function

Syntax

void SetRaw(
     const void * pDataL,
     const void * pDataR,
     int nWidth,
     int nHeight,
     nn::jpeg::CTR::PixelFormat eFormat
);

Parameters

Name Description
in pDataL Left-side image data.
in pDataR Right-side image data.
in nWidth Width of the image (in pixels).
in nHeight Height of the image (in pixels).
in eFormat The pixel format of the image.

Return Values

None.

Description

Sets the image to save.


CONFIDENTIAL