Enum SVD.Flags
Operation flags for SVD
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum Flags
Fields
Name | Description |
---|---|
FullUV | 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. |
ModifyA | enables modification of matrix src1 during the operation. It speeds up the processing. |
None | |
NoUV | indicates that only a vector of singular values |