Click or drag to resize

NativeMethodsvideo_buildOpticalFlowPyramid1 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 int video_buildOpticalFlowPyramid1(
	IntPtr img,
	IntPtr pyramid,
	Size winSize,
	int maxLevel,
	int withDerivatives,
	int pyrBorder,
	int derivBorder,
	int tryReuseInputImage
)

Parameters

img
Type: SystemIntPtr
pyramid
Type: SystemIntPtr
winSize
Type: OpenCvSharpSize
maxLevel
Type: SystemInt32
withDerivatives
Type: SystemInt32
pyrBorder
Type: SystemInt32
derivBorder
Type: SystemInt32
tryReuseInputImage
Type: SystemInt32

Return Value

Type: Int32
See Also