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