Show / Hide Table of Contents

Enum Model

Specifies the model of face detector.

Namespace: FaceRecognitionDotNet
Assembly: FaceRecognitionDotNet.dll
Syntax
public enum Model

Fields

Name Description
Cnn

Specifies that the model is CNN (Convolutional Neural Network) based face detector.

Custom

Specifies that the custom face detector.

Hog

Specifies that the model is HOG (Histograms of Oriented Gradients) based face detector.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX