Warning

Nightly releases are generated automatically from the latest source code and are intended for experimental purposes only. These builds may contain incomplete or untested features, bugs, or security vulnerabilities, and as such, are not for production use. Users should be aware that nightly releases may cause unexpected behavior, data loss, or system instability. Use of these releases is at the user's own risk, and it is advised to have adequate backups before testing. The software is provided as is with no guarantees or support.

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.