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
<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