Click or drag to resize

NativeMethodsoptflow_calcOpticalFlowSF1 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 optflow_calcOpticalFlowSF1(
	IntPtr from,
	IntPtr to,
	IntPtr flow,
	int layers,
	int averagingBlockSize,
	int maxFlow
)

Parameters

from
Type: SystemIntPtr
to
Type: SystemIntPtr
flow
Type: SystemIntPtr
layers
Type: SystemInt32
averagingBlockSize
Type: SystemInt32
maxFlow
Type: SystemInt32
See Also