Enum PredictorModel
Specifies the dimension of vector which be returned from detector.
Namespace: FaceRecognitionDotNet
Assembly: FaceRecognitionDotNet.dll
Syntax
public enum PredictorModel
Fields
| Name | Description |
|---|---|
| Custom | Specifies that the custom detector. |
| Large | Specifies that the large scale detector. The detector returns 68 points for represent face. |
| Small | Specifies that the small scale detector. The detector returns 5 points for represent face. |