http://www.emgu.com
Gaussian elimination with optimal pivot element chose
In case of LU method the function returns src1 determinant (src1 must be square). If it is 0, the matrix is not inverted and src2 is filled with zeros.
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const DecompMethod LU = 0
Public Const LU As DecompMethod = 0
public:
literal DecompMethod^ LU = 0
static val mutable LU: DecompMethod
Field Value
Type:
DecompMethod
See Also