Table of Contents

Class StandardCollector

Namespace
OpenCvSharp.Face
Assembly
OpenCvSharp.dll

Default collector that tracks the minimum distance subject to a threshold.

public sealed class StandardCollector : PredictCollector, IDisposable
Inheritance
StandardCollector
Implements
Inherited Members

Properties

MinDistance

Gets the minimum collected distance.

MinLabel

Gets the label with the minimum distance.

Methods

Create(double)

Creates a standard collector.

GetResults(bool)

Gets all collected results, optionally sorted by distance.

GetResultsMap()

Gets the minimum distance collected for each label.