NativeMethodscore_fastAtan2_Array Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_fastAtan2_Array(System.Single[],System.Single[],System.Single[],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 void core_fastAtan2_Array(
	float[] y,
	float[] x,
	float[] dst,
	int n,
	int angleInDegrees
)

Parameters

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_fastAtan2_Array(System.Single[],System.Single[],System.Single[],System.Int32,System.Int32)"]

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_fastAtan2_Array(System.Single[],System.Single[],System.Single[],System.Int32,System.Int32)"]

dst
Type: SystemSingle

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_fastAtan2_Array(System.Single[],System.Single[],System.Single[],System.Int32,System.Int32)"]

n
Type: SystemInt32

[Missing <param name="n"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_fastAtan2_Array(System.Single[],System.Single[],System.Single[],System.Int32,System.Int32)"]

angleInDegrees
Type: SystemInt32

[Missing <param name="angleInDegrees"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_fastAtan2_Array(System.Single[],System.Single[],System.Single[],System.Int32,System.Int32)"]

See Also

Reference