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.
ExperimentalMUTUAL_UNMATCHED
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.
ExperimentalSCENE_WITH_CAMERA
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.
Did you find this page useful? Please give it a rating:
XREdgeCompareMode is experimental and may be changed in the future without notice! Available XR Edge Compare modes.
See