http://www.emgu.com
when the matrix is not square, by default the algorithm produces u and vt matrices of
sufficiently large size for the further A reconstruction; if, however, FULL_UV flag is
specified, u and vt will be full-size square orthogonal matrices.
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const SvdFlag FullUV = 4
Public Const FullUV As SvdFlag = 4
public:
literal SvdFlag^ FullUV = 4
static val mutable FullUV: SvdFlag
Field Value
Type:
SvdFlag
See Also