Operation flags for cvSVD
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Zero | 0 | No flags [0] | |
None | 0 | No flags [0] | |
ModifyA | 1 | enables modification of matrix src1 during the operation. It speeds up the processing. [CV_SVD_MODIFY_A] | |
U_T | 2 | means that the transposed matrix U is returned. Specifying the flag speeds up the processing. [CV_SVD_U_T] | |
V_T | 4 | means that the transposed matrix V is returned. Specifying the flag speeds up the processing. [CV_SVD_V_T] |
See Also