http://www.emgu.com
Returns determinant of the square matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic double Det { get; }
Public ReadOnly Property Det As Double
Get
public:
property double Det {
double get ();
}
member Det : float with get
Property Value
Type:
Double
See Also