Click or drag to resize

NativeMethodsvideo_buildOpticalFlowPyramid2 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.video_buildOpticalFlowPyramid2(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus video_buildOpticalFlowPyramid2(
	IntPtr img,
	IntPtr pyramidVec,
	Size winSize,
	int maxLevel,
	int withDerivatives,
	int pyrBorder,
	int derivBorder,
	int tryReuseInputImage,
	out int returnValue
)

Parameters

img
Type: SystemIntPtr

[Missing <param name="img"/> documentation for "M:OpenCvSharp.NativeMethods.video_buildOpticalFlowPyramid2(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32@)"]

pyramidVec
Type: SystemIntPtr

[Missing <param name="pyramidVec"/> documentation for "M:OpenCvSharp.NativeMethods.video_buildOpticalFlowPyramid2(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32@)"]

winSize
Type: OpenCvSharpSize

[Missing <param name="winSize"/> documentation for "M:OpenCvSharp.NativeMethods.video_buildOpticalFlowPyramid2(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32@)"]

maxLevel
Type: SystemInt32

[Missing <param name="maxLevel"/> documentation for "M:OpenCvSharp.NativeMethods.video_buildOpticalFlowPyramid2(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32@)"]

withDerivatives
Type: SystemInt32

[Missing <param name="withDerivatives"/> documentation for "M:OpenCvSharp.NativeMethods.video_buildOpticalFlowPyramid2(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32@)"]

pyrBorder
Type: SystemInt32

[Missing <param name="pyrBorder"/> documentation for "M:OpenCvSharp.NativeMethods.video_buildOpticalFlowPyramid2(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32@)"]

derivBorder
Type: SystemInt32

[Missing <param name="derivBorder"/> documentation for "M:OpenCvSharp.NativeMethods.video_buildOpticalFlowPyramid2(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32@)"]

tryReuseInputImage
Type: SystemInt32

[Missing <param name="tryReuseInputImage"/> documentation for "M:OpenCvSharp.NativeMethods.video_buildOpticalFlowPyramid2(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32@)"]

returnValue
Type: SystemInt32

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.video_buildOpticalFlowPyramid2(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.video_buildOpticalFlowPyramid2(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32@)"]

See Also