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