NativeMethodsface_FacemarkAAM_Params_read Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void face_FacemarkAAM_Params_read( IntPtr obj, IntPtr fn )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub face_FacemarkAAM_Params_read ( obj As IntPtr, fn As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void face_FacemarkAAM_Params_read( IntPtr obj, IntPtr fn )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member face_FacemarkAAM_Params_read : obj : IntPtr * fn : IntPtr -> unit
OpenCvSharp.NativeMethods.face_FacemarkAAM_Params_read = function(obj, fn);