Table of Contents

Enum PredictorModel

Namespace
FaceRecognitionDotNet
Assembly
VisioForge.Core.FaceAI.dll

Specifies the dimension of vector which be returned from detector.

public enum PredictorModel

Fields

Large = 0

Specifies that the large scale detector. The detector returns 68 points for represent face.

Small = 1

Specifies that the small scale detector. The detector returns 5 points for represent face.

Custom = 2

Specifies that the custom detector.