Class PredictCollector
- Namespace
- OpenCvSharp.Face
- Assembly
- OpenCvSharp.dll
Base class for face-recognition prediction result collectors.
public abstract class PredictCollector : CvPtrObject, IDisposable
- Inheritance
-
PredictCollector
- Implements
- Derived
- Inherited Members
Constructors
- PredictCollector(nint, nint, Action<nint>)
Initializes a collector backed by a native smart pointer.
Methods
- Collect(int, double)
Adds a prediction result and returns whether collection should continue.
- Init(int)
Resets the collector for an expected number of prediction results.