SVDFlag Enumeration OpenCvSharp Class Library
Operation flags for cvSVD

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[FlagsAttribute]
public enum SVDFlag
Members

  Member nameValueDescription
Zero0 No flags [0]
None0 No flags [0]
ModifyA1 enables modification of matrix src1 during the operation. It speeds up the processing. [CV_SVD_MODIFY_A]
U_T2 means that the transposed matrix U is returned. Specifying the flag speeds up the processing. [CV_SVD_U_T]
V_T4 means that the transposed matrix V is returned. Specifying the flag speeds up the processing. [CV_SVD_V_T]
See Also

Reference