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

RayDepthMerge::MergeImages Method

C++
void MergeImages(bool mergePreprocessImages)

Merges the Rx::LFR::EImage::DepthRay images of all added raw images into one final result and stores it in the provided Rx::LFR::CCudaCompute instance.

If mergePreprocessImages is true, the Rx::LFR::EImage::Processed_Normalized images get also merged using a gaussian weighted blend approach.

The current process parameters are stored and restored in this process.

Parameters

[bool] mergePreprocessImages

True to merge preprocess images.