NativeMethodsvideo_DenseOpticalFlow_calc Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void video_DenseOpticalFlow_calc( IntPtr obj, IntPtr i0, IntPtr i1, IntPtr flow )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub video_DenseOpticalFlow_calc ( obj As IntPtr, i0 As IntPtr, i1 As IntPtr, flow As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void video_DenseOpticalFlow_calc( IntPtr obj, IntPtr i0, IntPtr i1, IntPtr flow )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member video_DenseOpticalFlow_calc : obj : IntPtr * i0 : IntPtr * i1 : IntPtr * flow : IntPtr -> unit
OpenCvSharp.NativeMethods.video_DenseOpticalFlow_calc = function(obj, i0, i1, flow);