Table of Contents

Enum GemmType

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

Flags used for GEMM function

[Flags]
public enum GemmType

Fields

Default = 0

Do not apply transpose to neither matrices

Src1Transpose = 1

transpose src1

Src2Transpose = 2

transpose src2

Src3Transpose = 4

transpose src3