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