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
<FlagsAttribute>
Public Enumeration GemmType
[FlagsAttribute]
public enum class GemmType
[<FlagsAttribute>]
type GemmType
Members
| Member name | Value | Description |
---|
| Default | 0 |
Do not apply transpose to neither matrices
|
| Src1Transpose | 1 |
transpose src1
|
| Src2Transpose | 2 |
transpose src2
|
| Src3Transpose | 4 |
transpose src3
|
See Also