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 SourceCnnFaceDetectorModel
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[] |
FaceRecognitionModel
Gets or sets the binary data of model for face encoding.
Declaration
public byte[] FaceRecognitionModel { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
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[] |
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[] |