| FacemarkLBFParamsPupils1 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> Pupils1 { get; set; }
Public Property Pupils1 As IReadOnlyList(Of Integer)
Get
Set
public:
property IReadOnlyList<int>^ Pupils1 {
IReadOnlyList<int>^ get ();
void set (IReadOnlyList<int>^ value);
}
member Pupils1 : IReadOnlyList<int> with get, set
Property Value
Type:
IReadOnlyListInt32See Also