Click or drag to resize

GemmType Enumeration

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

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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