NativeMethodsobjdetect_HOGDescriptor_winSigma_get Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double objdetect_HOGDescriptor_winSigma_get( IntPtr self )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function objdetect_HOGDescriptor_winSigma_get ( self As IntPtr ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double objdetect_HOGDescriptor_winSigma_get( IntPtr self )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_HOGDescriptor_winSigma_get : self : IntPtr -> float
OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_winSigma_get = function(self);