Click or drag to resize

NativeMethodscore_solvePoly Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_solvePoly(
	IntPtr coeffs,
	IntPtr roots,
	int maxIters,
	out double returnValue
)

Parameters

coeffs
Type: SystemIntPtr

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

roots
Type: SystemIntPtr

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

maxIters
Type: SystemInt32

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

returnValue
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also