NativeMethodsoptflow_motempl_segmentMotion Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void optflow_motempl_segmentMotion( IntPtr mhi, IntPtr segmask, IntPtr boundingRects, double timestamp, double segThresh )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub optflow_motempl_segmentMotion ( mhi As IntPtr, segmask As IntPtr, boundingRects As IntPtr, timestamp As Double, segThresh As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void optflow_motempl_segmentMotion( IntPtr mhi, IntPtr segmask, IntPtr boundingRects, double timestamp, double segThresh )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member optflow_motempl_segmentMotion : mhi : IntPtr * segmask : IntPtr * boundingRects : IntPtr * timestamp : float * segThresh : float -> unit
OpenCvSharp.NativeMethods.optflow_motempl_segmentMotion = function(mhi, segmask, boundingRects, timestamp, segThresh);