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
Parameters
- mtx
- Type: OpenCvSharp.CPlusPlusInputArray
The input matrix; must have CV_32FC1 or CV_64FC1 type and square size
Return Value
Type: Doubledeterminant of the specified matrix.
See Also