Click or drag to resize

NativeMethodsvideo_calcOpticalFlowFarneback 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_calcOpticalFlowFarneback(
	IntPtr prev,
	IntPtr next,
	IntPtr flow,
	double pyrScale,
	int levels,
	int winSize,
	int iterations,
	int polyN,
	double polySigma,
	int flags
)

Parameters

prev
Type: SystemIntPtr
next
Type: SystemIntPtr
flow
Type: SystemIntPtr
pyrScale
Type: SystemDouble
levels
Type: SystemInt32
winSize
Type: SystemInt32
iterations
Type: SystemInt32
polyN
Type: SystemInt32
polySigma
Type: SystemDouble
flags
Type: SystemInt32
See Also