Visual Basic (Declaration) | |
---|---|
Public Class FourierTransformInformation Implements IDisposable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FourierTransformInformation |
C# | |
---|---|
public class FourierTransformInformation : IDisposable |
C++/CLI | |
---|---|
public ref class FourierTransformInformation : public IDisposable |
The Fourier Transform commands return an instance of FourierTransformInformation. This object holds all the frequency domain information (harmonics information). Each Data element holds the information about the harmonic frequency at its location. This information is an instance of the Complex structure, which contains the real and imaginary values of the harmonic.
To obtain the magnitude, take the square root of the sum of the squared real and imaginary values.
To calculate the phase, find the arctan of (imaginary/real).
To get/set the value of a harmonic at a specific location, use the GetDataOf / SetData methods. (0,0) is the first element.
The frequency harmonics are sorted as follows:
LowX LowY---------HighXLowY----------LowXLowY | | | | | | | | | | | | | | | | | | LowXHighY---------HighXHighY---------LowXHighY | | | | | | | | | | | | | | | LowXLowY----------HighXLowY----------LowXLowY
This structure is used only by the Fourier Transform methods:
- DiscreteFourierTransformCommand
- FastFourierTransformCommand
- Leadtools.ImageProcessing.Core.FourierTransformDisplayCommand
- Leadtools.ImageProcessing.Core.FrequencyFilterCommand
- Leadtools.ImageProcessing.Core.FrequencyFilterMaskCommand
This command does not support 32-bit grayscale images.
System.Object
Leadtools.ImageProcessing.Core.FourierTransformInformation
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Reference
FourierTransformInformation MembersLeadtools.ImageProcessing.Core Namespace
Removing Noise
DiscreteFourierTransformCommand Class
FrequencyFilterCommand Class
Leadtools.ImageProcessing.Effects.AverageCommand
MedianCommand Class
Leadtools.ImageProcessing.Effects.AddNoiseCommand
Leadtools.ImageProcessing.Color.IntensityDetectCommand
Leadtools.ImageProcessing.Effects.SpatialFilterCommand
Leadtools.ImageProcessing.Effects.BinaryFilterCommand
MaximumCommand Class
MinimumCommand Class
Leadtools.ImageProcessing.Color.ChangeHueSaturationIntensityCommand
Leadtools.ImageProcessing.Color.ColorThresholdCommand
Leadtools.ImageProcessing.Effects.DirectionEdgeStatisticalCommand
FastFourierTransformCommand Class
FourierTransformDisplayCommand Class
Leadtools.ImageProcessing.Effects.StatisticsInformationCommand
Leadtools.ImageProcessing.Effects.FeretsDiameterCommand
Leadtools.ImageProcessing.Effects.ObjectInformationCommand
Leadtools.ImageProcessing.Effects.RegionContourPointsCommand
Leadtools.ImageProcessing.Color.MathematicalFunctionCommand
Leadtools.ImageProcessing.SpecialEffects.RevEffectCommand
Leadtools.ImageProcessing.Color.SegmentCommand
SubtractBackgroundCommand Class
Leadtools.ImageProcessing.Effects.UserFilterCommand
Leadtools.ImageProcessing.SpecialEffects.FragmentCommand
Leadtools.ImageProcessing.Effects.HighPassCommand
Leadtools.ImageProcessing.Effects.UnsharpMaskCommand