Click or drag to resize

Cv2SolveCubic Method

finds real roots of a cubic polynomial

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static int SolveCubic(
	InputArray coeffs,
	OutputArray roots
)

Parameters

coeffs
Type: OpenCvSharpInputArray
The equation coefficients, an array of 3 or 4 elements
roots
Type: OpenCvSharpOutputArray
The destination array of real roots which will have 1 or 3 elements

Return Value

Type: Int32

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

See Also