NativeMethodsoptflow_motempl_calcMotionGradient Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void optflow_motempl_calcMotionGradient( IntPtr mhi, IntPtr mask, IntPtr orientation, double delta1, double delta2, int apertureSize )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub optflow_motempl_calcMotionGradient ( mhi As IntPtr, mask As IntPtr, orientation As IntPtr, delta1 As Double, delta2 As Double, apertureSize As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void optflow_motempl_calcMotionGradient( IntPtr mhi, IntPtr mask, IntPtr orientation, double delta1, double delta2, int apertureSize )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member optflow_motempl_calcMotionGradient : mhi : IntPtr * mask : IntPtr * orientation : IntPtr * delta1 : float * delta2 : float * apertureSize : int -> unit
OpenCvSharp.NativeMethods.optflow_motempl_calcMotionGradient = function(mhi, mask, orientation, delta1, delta2, apertureSize);