www.emgu.com/wiki
Finds all real and complex roots of any degree polynomial with real coefficients

Declaration Syntax

Parameters
- coeffs (IntPtr)
- The (degree + 1)-length array of equation coefficients (CV_32FC1 or CV_64FC1)
- roots (IntPtr)
- The degree-length output array of real or complex roots (CV_32FC2 or CV_64FC2)
- maxiter (Int32)
- The maximum number of iterations
- fig (Int32)
- The required figures of precision required
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)