Search Results for

    Show / Hide Table of Contents

    Enum GemmFlags

    Specifies operation flags for GEMM(Arr, Arr, Double, Arr, Double, Arr, GemmFlags).

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public enum GemmFlags : int

    Fields

    Name Description
    None

    Specifies that no operation flags are active.

    TransposeA

    Specifies that matrix A should be transposed.

    TransposeB

    Specifies that matrix B should be transposed.

    TransposeC

    Specifies that matrix C should be transposed.

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