NativeMethodscvCalcGlobalOrientation Method OpenCvSharp Class Library

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

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

public static double cvCalcGlobalOrientation(
	IntPtr orientation,
	IntPtr mask,
	IntPtr mhi,
	double timestamp,
	double duration
)

Parameters

orientation
Type: SystemIntPtr

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

mask
Type: SystemIntPtr

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

mhi
Type: SystemIntPtr

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

timestamp
Type: SystemDouble

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

duration
Type: SystemDouble

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

Return Value

Type: Double

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

See Also

Reference