ARScanQualityClassifier
ARScanQualityClassifier is responsible for computing the scan quality....
Declaration
public class ARScanQualityClassifier : IARScanQualityClassifierSummary
ARScanQualityClassifier is responsible for computing the scan quality.
- Run() will start a quality compute asynchronously.
- CancelCurrentRun() will interrupt the current compute, if any.
Constructors
public ARScanQualityClassifier()
Properties
| Name | Type | Summary |
|---|---|---|
| readonly Progress | float | - |
| readonly Running | bool | - |
Methods
| Name | Type | Summary |
|---|---|---|
| CancelCurrentRun | void | - |
| Dispose | void | - |
| GetResult | ScanQualityResult | - |
| Run | bool | - |
Relationships
implements: IARScanQualityClassifier