Click or drag to resize

GemmType Enumeration

http://www.emgu.com
Flags used for GEMM function

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
[FlagsAttribute]
public enum GemmType
Members
  Member nameValueDescription
Default0 Do not apply transpose to neither matrices
Src1Transpose1 transpose src1
Src2Transpose2 transpose src2
Src3Transpose4 transpose src3
See Also