The types for cvMulSpectrums

C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum MUL_SPECTRUMS_TYPE
<FlagsAttribute> _ Public Enumeration MUL_SPECTRUMS_TYPE
[FlagsAttribute] public enum class MUL_SPECTRUMS_TYPE

Member | Description |
---|---|
DEFAULT |
The default type
|
CV_DXT_ROWS |
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
|
CV_DXT_MUL_CONJ |
Conjugate the second argument of cvMulSpectrums
|