MulSpectrumsType Enumeration |
http://www.emgu.com
The types for MulSpectrums
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 MulSpectrumsType
<FlagsAttribute>
Public Enumeration MulSpectrumsType
[FlagsAttribute]
public enum class MulSpectrumsType
[<FlagsAttribute>]
type MulSpectrumsType
Members
| Member name | Value | Description |
---|
| Default | 0 |
The default type
|
| DxtRows | 4 |
Do forward or inverse transform of every individual row of the input matrix. This flag allows user to transform multiple vectors simultaneously and can be used to decrease the overhead (which is sometimes several times larger than the processing itself), to do 3D and higher-dimensional transforms etc
|
| DxtMulConj | 8 |
Conjugate the second argument of cvMulSpectrums
|
See Also