| FacemarkLBFParamsFeatsM Property  | 
        
          
    Namespace: 
   OpenCvSharp.Face
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic IReadOnlyList<int> FeatsM { get; set; }Public Property FeatsM As IReadOnlyList(Of Integer)
	Get
	Set
public:
property IReadOnlyList<int>^ FeatsM {
	IReadOnlyList<int>^ get ();
	void set (IReadOnlyList<int>^ value);
}member FeatsM : IReadOnlyList<int> with get, set
function get_FeatsM();
function set_FeatsM(value);
Property Value
Type: 
IReadOnlyListInt32 See Also
See Also