NativeMethodsvideo_buildOpticalFlowPyramid2 Method OpenCvSharp Class Library

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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int video_buildOpticalFlowPyramid2(
	IntPtr img,
	IntPtr pyramidVec,
	CvSize winSize,
	int maxLevel,
	int withDerivatives,
	int pyrBorder,
	int derivBorder,
	int tryReuseInputImage
)

Parameters

img
Type: SystemIntPtr

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

pyramidVec
Type: SystemIntPtr

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

winSize
Type: OpenCvSharpCvSize

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

maxLevel
Type: SystemInt32

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

withDerivatives
Type: SystemInt32

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

pyrBorder
Type: SystemInt32

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

derivBorder
Type: SystemInt32

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

tryReuseInputImage
Type: SystemInt32

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

Return Value

Type: Int32

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

See Also

Reference