XREdgeCompareModeΒΆ

Enumeration XREdgeCompareModeExperimental

XREdgeCompareMode is experimental and may be changed in the future without notice! Available XR Edge Compare modes.

Enumeration Members

CAMERA_WITH_SCENE: 1

Use edge pixels from camera image as reference and compare with edge pixels from scene. The color of each pixel is determined by whether a matching pixel was found or not using matchColor and noMatchColor from XREdgeCompareProperties.

MUTUAL_UNMATCHED: 2

Render only edge differences (unmatched pixels) but in both compare directions, "scene with camera" and "camera with scene". The color of each edge pixel is determined by the compare direction using matchColor for "camera with scene" and noMatchColor for "scene with camera" from XREdgeCompareProperties.

SCENE_WITH_CAMERA: 0

Use edge pixels from scene as reference and compare with edge pixels from camera image. The color of each pixel is determined by whether a matching pixel was found or not using matchColor and noMatchColor from XREdgeCompareProperties.