Click or drag to resize

Cv2.SolvePoly Method

finds real and complex roots of a polynomial

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static double SolvePoly(
	InputArray coeffs,
	OutputArray roots,
	int maxIters = 300
)

Parameters

coeffs
Type: OpenCvSharp.InputArray
The array of polynomial coefficients
roots
Type: OpenCvSharp.OutputArray
The destination (complex) array of roots
maxIters (Optional)
Type: System.Int32
The maximum number of iterations the algorithm does

Return Value

Type: Double
See Also