Namespace: Rx::LFR – Class: RayDepthMerge – Header: Rx.LFR/RayDepthMerge.h

RayDepthMerge::AddRawImage Method

C++
void AddRawImage(const Rx::CRxImage& rawImage)

Adds a raw image.

This copies the given image into an internal list synchronously. The current applied compute setting of the provided Rx::LFR::CCudaCompute instance are stored along the image and are used for depth estimation and image preprocessing.

Parameters

[const Rx::CRxImage&] rawImage

The raw image.