Search Results for

    Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX