Show / Hide Table of Contents

Class ModelParameter

Describes the model binary datum. This class cannot be inherited.

Inheritance
System.Object
ModelParameter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FaceRecognitionDotNet
Assembly: FaceRecognitionDotNet.dll
Syntax
public sealed class ModelParameter

Properties

| Improve this Doc View Source

CnnFaceDetectorModel

Gets or sets the binary data of model for face detector by using CNN.

Declaration
public byte[] CnnFaceDetectorModel { get; set; }
Property Value
Type Description
System.Byte[]
| Improve this Doc View Source

FaceRecognitionModel

Gets or sets the binary data of model for face encoding.

Declaration
public byte[] FaceRecognitionModel { get; set; }
Property Value
Type Description
System.Byte[]
| Improve this Doc View Source

PosePredictor5FaceLandmarksModel

Gets or sets the binary data of model for 5 points face landmarks.

Declaration
public byte[] PosePredictor5FaceLandmarksModel { get; set; }
Property Value
Type Description
System.Byte[]
| Improve this Doc View Source

PosePredictor68FaceLandmarksModel

Gets or sets the binary data of model for 68 points face landmarks.

Declaration
public byte[] PosePredictor68FaceLandmarksModel { get; set; }
Property Value
Type Description
System.Byte[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX