NativeMethodsvideo_createBackgroundSubtractorKNN Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr video_createBackgroundSubtractorKNN( int history, double dist2Threshold, int detectShadows )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function video_createBackgroundSubtractorKNN ( history As Integer, dist2Threshold As Double, detectShadows As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr video_createBackgroundSubtractorKNN( int history, double dist2Threshold, int detectShadows )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member video_createBackgroundSubtractorKNN : history : int * dist2Threshold : float * detectShadows : int -> IntPtr
OpenCvSharp.NativeMethods.video_createBackgroundSubtractorKNN = function(history, dist2Threshold, detectShadows);