Enum SvdFlags
Specifies operation flags for SVD(Arr, Arr, Arr, Arr, SvdFlags).
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum SvdFlags : int
Fields
Name | Description |
---|---|
ModifyA | Specifies that matrix A can be modified in order to speed up the processing. |
None | Specifies that no operation flags are active. |
TransposeU | Specifies that the output matrix U is transposed to speed up the processing. |
TransposeV | Specifies that the output matrix V is transposed to speed up the processing. |