ScanOutcome

Outcome of a single scan iteration.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Frame skipped without scanning: the phone was tilted below VpsLocalConstants.MIN_INCLINATION_ANGLE.

Link copied to clipboard

Captured frame skipped before inference: too little texture (blank wall/floor/ceiling), above VpsLocalConstants.TEXTURE_MAX_LOW_TILE_RATIO.

Link copied to clipboard

Captured frame skipped before inference: too motion-blurred (sharpness below VpsLocalConstants.MIN_SHARPNESS).

Link copied to clipboard

Scanning paused (no capture): the phone has been held flat (screen horizontal) long enough that the camera can't usefully see the scene. Clears once the phone is raised upright again.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.