http://www.emgu.com
Singular value decomposition (SVD) method
In case of SVD methods the function returns the inversed condition number of src1 (ratio of the smallest singular value to the largest singular value) and 0 if src1 is all zeros. The SVD methods calculate a pseudo-inverse matrix if src1 is singular
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const DecompMethod Svd = 1
Public Const Svd As DecompMethod = 1
public:
literal DecompMethod^ Svd = 1
static val mutable Svd: DecompMethod
Field Value
Type:
DecompMethod
See Also