The function cvDet returns determinant of the square matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public double Det { get; }
Visual Basic (Declaration)
Public ReadOnly Property Det As Double
Visual C++
public:
property double Det {
	double get ();
}

See Also