| FacemarkLBFParamsPupils0 Property |
index of facemark points on pupils of left and right eye
Namespace:
OpenCvSharp.Face
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public IReadOnlyList<int> Pupils0 { get; set; }
Public Property Pupils0 As IReadOnlyList(Of Integer)
Get
Set
public:
property IReadOnlyList<int>^ Pupils0 {
IReadOnlyList<int>^ get ();
void set (IReadOnlyList<int>^ value);
}
member Pupils0 : IReadOnlyList<int> with get, set
Property Value
Type:
IReadOnlyListInt32See Also