NativeMethodsface_Facemark_fit Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int face_Facemark_fit( IntPtr obj, IntPtr image, IntPtr faces, IntPtr landmarks, IntPtr config )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function face_Facemark_fit ( obj As IntPtr, image As IntPtr, faces As IntPtr, landmarks As IntPtr, config As IntPtr ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int face_Facemark_fit( IntPtr obj, IntPtr image, IntPtr faces, IntPtr landmarks, IntPtr config )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member face_Facemark_fit : obj : IntPtr * image : IntPtr * faces : IntPtr * landmarks : IntPtr * config : IntPtr -> int
OpenCvSharp.NativeMethods.face_Facemark_fit = function(obj, image, faces, landmarks, config);