NativeMethodsvideo_calcOpticalFlowFarneback Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void video_calcOpticalFlowFarneback( IntPtr prev, IntPtr next, IntPtr flow, double pyrScale, int levels, int winSize, int iterations, int polyN, double polySigma, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub video_calcOpticalFlowFarneback ( prev As IntPtr, next As IntPtr, flow As IntPtr, pyrScale As Double, levels As Integer, winSize As Integer, iterations As Integer, polyN As Integer, polySigma As Double, flags As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void video_calcOpticalFlowFarneback( IntPtr prev, IntPtr next, IntPtr flow, double pyrScale, int levels, int winSize, int iterations, int polyN, double polySigma, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member video_calcOpticalFlowFarneback : prev : IntPtr * next : IntPtr * flow : IntPtr * pyrScale : float * levels : int * winSize : int * iterations : int * polyN : int * polySigma : float * flags : int -> unit
OpenCvSharp.NativeMethods.video_calcOpticalFlowFarneback = function(prev, next, flow, pyrScale, levels, winSize, iterations, polyN, polySigma, flags);