| FacemarkLBFParamsPupils0 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
 Syntax
Syntaxpublic 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
function get_Pupils0();
function set_Pupils0(value);
Property Value
Type: 
IReadOnlyListInt32 See Also
See Also