Namespace: Rx.LFR.Net – Assembly: Rx.LFR.Net

EDepthRaycastFilterAlgo Enumeration

C#
public enum 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.

MinMaxColor

Filtered by a minimal and maximal allowed color in a patch.