| FacemarkLBFParamsFeatsM Property |
[Missing <summary> documentation for "P:OpenCvSharp.Face.FacemarkLBF.Params.FeatsM"]
Namespace:
OpenCvSharp.Face
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Property Value
Type:
IReadOnlyListInt32See Also