enum ScanQualityRejectionReason (Niantic.ARDK.AR.Scanning.ScanQualityRejectionReason)

Overview

Reasons for a scan to be rejected by the classifier. More...

enum ScanQualityRejectionReason {
    TooBlurry,
    TooDark,
    GroundOrFeet,
    ScanIndoors,
    ScanFromCar,
    Obstructed,
    TargetNotVisible,
};

Detailed Documentation

Reasons for a scan to be rejected by the classifier.

Enum Values

TooBlurry

The images in the scan were too blurry to be usable for VPS.

TooDark

The images in the scan were too dark to be usable for VPS.

GroundOrFeet

The scan is predominantly of the ground or the user's feet, not the scan target.

ScanIndoors

The scan was captured indoors.

ScanFromCar

The scan was captured from inside a car.

Obstructed

The scan target was obstructed.

TargetNotVisible

The scan target was not visible in the scan.