Namespace: Rx::LFR – Header: Rx.LFR/EDepthRaycastFilterAlgo.h

EDepthRaycastFilterAlgo Enumeration

C++
#include "Rx.LFR/EDepthRaycastFilterAlgo.h"
enum class EDepthRaycastFilterAlgo

Different ways to filter in the raycast filter.

Values

MinVariance

Filtered by the minimal variance.

DistanceToMeanGlobal

Filtered by the distance to the mean luminance value in the image.

DistanceToMeanLocal

Filtered by the distance to the mean luminance value in the patch.

MinSpreadLocal

Filtered by a minimal spread.