NativeMethodsvideo_BackgroundSubtractorMOG2_getShadowValue Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int video_BackgroundSubtractorMOG2_getShadowValue( IntPtr ptr )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function video_BackgroundSubtractorMOG2_getShadowValue ( ptr As IntPtr ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int video_BackgroundSubtractorMOG2_getShadowValue( IntPtr ptr )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member video_BackgroundSubtractorMOG2_getShadowValue : ptr : IntPtr -> int
OpenCvSharp.NativeMethods.video_BackgroundSubtractorMOG2_getShadowValue = function(ptr);