NativeMethodsoptflow_motempl_calcGlobalOrientation Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double optflow_motempl_calcGlobalOrientation( IntPtr orientation, IntPtr mask, IntPtr mhi, double timestamp, double duration )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function optflow_motempl_calcGlobalOrientation ( orientation As IntPtr, mask As IntPtr, mhi As IntPtr, timestamp As Double, duration As Double ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double optflow_motempl_calcGlobalOrientation( IntPtr orientation, IntPtr mask, IntPtr mhi, double timestamp, double duration )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member optflow_motempl_calcGlobalOrientation : orientation : IntPtr * mask : IntPtr * mhi : IntPtr * timestamp : float * duration : float -> float
OpenCvSharp.NativeMethods.optflow_motempl_calcGlobalOrientation = function(orientation, mask, mhi, timestamp, duration);