Cv2SolveCubic Method |
Namespace: OpenCvSharp
public static int SolveCubic( InputArray coeffs, OutputArray roots )
Public Shared Function SolveCubic ( coeffs As InputArray, roots As OutputArray ) As Integer
public: static int SolveCubic( InputArray^ coeffs, OutputArray^ roots )
static member SolveCubic : coeffs : InputArray * roots : OutputArray -> int
[Missing <returns> documentation for "M:OpenCvSharp.Cv2.SolveCubic(OpenCvSharp.InputArray,OpenCvSharp.OutputArray)"]