NativeMethodsvideo_BackgroundSubtractorKNN_setkNNSamples Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void video_BackgroundSubtractorKNN_setkNNSamples( IntPtr ptr, int value )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub video_BackgroundSubtractorKNN_setkNNSamples ( ptr As IntPtr, value As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void video_BackgroundSubtractorKNN_setkNNSamples( IntPtr ptr, int value )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member video_BackgroundSubtractorKNN_setkNNSamples : ptr : IntPtr * value : int -> unit
OpenCvSharp.NativeMethods.video_BackgroundSubtractorKNN_setkNNSamples = function(ptr, value);