Enum Model
- Namespace
- FaceRecognitionDotNet
- Assembly
- VisioForge.Core.FaceAI.dll
Specifies the model of face detector.
public enum ModelFields
Hog = 0-
Specifies that the model is HOG (Histograms of Oriented Gradients) based face detector.
Cnn = 1-
Specifies that the model is CNN (Convolutional Neural Network) based face detector.
Custom = 2-
Specifies that the custom face detector.