Cv2CubeRoot Method OpenCvSharp Class Library
computes cube root of the argument

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static float CubeRoot(
	float val
)

Parameters

val
Type: SystemSingle

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

Return Value

Type: Single

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

See Also

Reference