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