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