Method SolvePoly
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
SolvePoly(InputArray, OutputArray, int)
finds real and complex roots of a polynomial
public static double SolvePoly(InputArray coeffs, OutputArray roots, int maxIters = 300)
Parameters
coeffsInputArrayThe array of polynomial coefficients
rootsOutputArrayThe destination (complex) array of roots
maxItersintThe maximum number of iterations the algorithm does