NativeMethodscore_solvePoly Method OpenCvSharp Class Library

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

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

public static double core_solvePoly(
	IntPtr coeffs,
	IntPtr roots,
	int maxIters
)

Parameters

coeffs
Type: SystemIntPtr

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

roots
Type: SystemIntPtr

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

maxIters
Type: SystemInt32

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

Return Value

Type: Double

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

See Also

Reference