FacemarkLBF.Params.FeatsM Property
|
Namespace:
OpenCvSharp.Face
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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:
IReadOnlyList<Int32>
See Also