NativeMethodssuperres_DenseOpticalFlowExt_calc Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void superres_DenseOpticalFlowExt_calc( IntPtr obj, IntPtr frame0, IntPtr frame1, IntPtr flow1, IntPtr flow2 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub superres_DenseOpticalFlowExt_calc ( obj As IntPtr, frame0 As IntPtr, frame1 As IntPtr, flow1 As IntPtr, flow2 As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void superres_DenseOpticalFlowExt_calc( IntPtr obj, IntPtr frame0, IntPtr frame1, IntPtr flow1, IntPtr flow2 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member superres_DenseOpticalFlowExt_calc : obj : IntPtr * frame0 : IntPtr * frame1 : IntPtr * flow1 : IntPtr * flow2 : IntPtr -> unit
OpenCvSharp.NativeMethods.superres_DenseOpticalFlowExt_calc = function(obj, frame0, frame1, flow1, flow2);