Click or drag to resize

Cv2SolvePoly Method

finds real and complex roots of a polynomial

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

Parameters

coeffs
Type: OpenCvSharpInputArray
The array of polynomial coefficients
roots
Type: OpenCvSharpOutputArray
The destination (complex) array of roots
maxIters (Optional)
Type: SystemInt32
The maximum number of iterations the algorithm does

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.SolvePoly(OpenCvSharp.InputArray,OpenCvSharp.OutputArray,System.Int32)"]

See Also