FacemarkLBFParamsPupils1 Property
|
index of facemark points on pupils of left and right eye
Namespace:
OpenCvSharp.Face
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_Pupils1();
function set_Pupils1(value);
Property Value
Type:
IReadOnlyListInt32
See Also