http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Type for cvSVD
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
[FlagsAttribute] public enum SVD_TYPE |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration SVD_TYPE |
Visual C++ |
---|
[FlagsAttribute] public enum class SVD_TYPE |
Members
Member name | Value | Description | |
---|---|---|---|
CV_SVD_DEFAULT | 0 | The default type | |
CV_SVD_MODIFY_A | 1 | enables modification of matrix src1 during the operation. It speeds up the processing. | |
CV_SVD_U_T | 2 | means that the tranposed matrix U is returned. Specifying the flag speeds up the processing. | |
CV_SVD_V_T | 4 | means that the tranposed matrix V is returned. Specifying the flag speeds up the processing. |