Click or drag to resize

MatDeterminant Method

computes determinant of a square matrix. The input matrix must have CV_32FC1 or CV_64FC1 type and square size.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public double Determinant()

Return Value

Type: Double
determinant of the specified matrix.
See Also