Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace : FastFourierTransformCommandFlags Enumeration |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum FastFourierTransformCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum FastFourierTransformCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As FastFourierTransformCommandFlags
[FlagsAttribute()] public enum FastFourierTransformCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_OPTIONS(NSUInteger, LTFastFourierTransformCommandFlags)
public enum FastFourierTransformCommandFlags
Leadtools.ImageProcessing.Core.FastFourierTransformCommandFlags = function() { }; Leadtools.ImageProcessing.Core.FastFourierTransformCommandFlags.prototype = {<br/> None = 0x00000000, FastFourierTransform = 0x00000001, InverseFastFourierTransform = 0x00000002, Blue = 0x00000010, Green = 0x00000020, Red = 0x00000030, Gray = 0x00000040, Magnitude = 0x00000100, Phase = 0x00000200, Both = 0x00000300, Clip = 0x00001000, Scale = 0x00002000, PadOptimally = 0x00010000, PadSquare = 0x00020000, };
[FlagsAttribute()] public enum class FastFourierTransformCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Group | Flags |
Flags that represent the transformation type | FastFourierTransform, InverseFastFourierTransform |
Flags that represent the operation channel type | Blue, Green, Red, Gray |
Flags that represent the frequency data type used for constructing the image: this flag is used only if InverseFastFourierTransform is set and will be ignored if FastFourierTransform is set | Magnitude, Phase, Both |
Flags that represent the clipping type. This flag is used only if InverseFastFourierTransform is set and will be ignored if FFT_FFT is set | Clip, Scale |
Flags that represent how to pad an image that is not a power of two | PadOptimally, PadSquare |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.FastFourierTransformCommandFlags