Click or drag to resize

NativeMethodsoptflow_motempl_calcGlobalOrientation Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus optflow_motempl_calcGlobalOrientation(
	IntPtr orientation,
	IntPtr mask,
	IntPtr mhi,
	double timestamp,
	double duration,
	out double returnValue
)

Parameters

orientation
Type: SystemIntPtr

[Missing <param name="orientation"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_motempl_calcGlobalOrientation(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Double,System.Double@)"]

mask
Type: SystemIntPtr

[Missing <param name="mask"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_motempl_calcGlobalOrientation(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Double,System.Double@)"]

mhi
Type: SystemIntPtr

[Missing <param name="mhi"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_motempl_calcGlobalOrientation(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Double,System.Double@)"]

timestamp
Type: SystemDouble

[Missing <param name="timestamp"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_motempl_calcGlobalOrientation(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Double,System.Double@)"]

duration
Type: SystemDouble

[Missing <param name="duration"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_motempl_calcGlobalOrientation(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Double,System.Double@)"]

returnValue
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also