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