Click or drag to resize

Cv2CubeRoot Method

computes cube root of the argument

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static float CubeRoot(
	float val
)

Parameters

val
Type: SystemSingle

[Missing <param name="val"/> documentation for "M:OpenCvSharp.Cv2.CubeRoot(System.Single)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.CubeRoot(System.Single)"]

See Also