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