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