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
Return Value
Type: Doubledeterminant of the specified matrix.
See Also