interface IScanQualityClassifier (Niantic.ARDK.AR.Scanning.IScanQualityClassifier)

Overview

Calculates a scan quality score and a list of reasons why a scan may be of low quality. More...

interface IScanQualityClassifier {
    // methods

    void ComputeScanQuality(string scanId, Action<ScanQualityResult> onResult);
};

Detailed Documentation

Calculates a scan quality score and a list of reasons why a scan may be of low quality.

Methods

void ComputeScanQuality(string scanId, Action<ScanQualityResult> onResult)

Calculates the scan quality for a saved scan.

Parameters:

scanId

The ID of the scan to score with the classifier. This scan must exist on the local device.

onResult

Callback invoked when result is available.