Enum DiscreteTransformFlags
Specifies the operation of discrete linear transforms and related functions.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum DiscreteTransformFlags : int
Fields
Name | Description |
---|---|
Forward | Specifies that a forward 1D or 2D transform should be performed. |
Inverse | Specifies that an inverse 1D or 2D transform should be performed. |
InverseScale | |
MultiplyConjugate | Specifies that the second array should be conjugated before the multiplication. |
Rows | Specifies that each row of the array should be processed individually. |
Scale | Specifies that the result should be scaled by dividing it by the number of array elements. |