Click or drag to resize

NativeMethodsvideo_DenseOpticalFlow_calc Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void video_DenseOpticalFlow_calc(
	IntPtr obj,
	IntPtr i0,
	IntPtr i1,
	IntPtr flow
)

Parameters

obj
Type: SystemIntPtr
i0
Type: SystemIntPtr
i1
Type: SystemIntPtr
flow
Type: SystemIntPtr
See Also