Cv2Determinant Method OpenCvSharp Class Library
computes determinant of a square matrix

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

public static double Determinant(
	InputArray mtx
)

Parameters

mtx
Type: OpenCvSharp.CPlusPlusInputArray
The input matrix; must have CV_32FC1 or CV_64FC1 type and square size

Return Value

Type: Double
determinant of the specified matrix.
See Also

Reference