MatDeterminant Method OpenCvSharp Class Library
computes determinant of a square matrix. The input matrix must have CV_32FC1 or CV_64FC1 type and square size.

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

public double Determinant()

Return Value

Type: Double
determinant of the specified matrix.
See Also

Reference