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