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