Visual Basic (Declaration) | |
---|---|
Public Class FourierTransformDisplayCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class FourierTransformDisplayCommand : RasterCommand, IRasterCommand |
Managed Extensions for C++ | |
---|---|
public __gc class FourierTransformDisplayCommand : public RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class FourierTransformDisplayCommand : public RasterCommand, IRasterCommand |
Visual Basic | Copy Code |
---|---|
ImageProcessing.Core.FourierTransformDisplayCommand |
C# | Copy Code |
---|---|
ImageProcessing.Core.FourierTransformDisplayCommand |
This command converts the Data property of the FourierTransformInformation object computed by FastFourierTransformCommand or FastFourierTransformCommand commands into an image. The resulting image may be displayed such that it shows either the frequency harmonics amplitude data or phase data. The (0,0) frequency is located in the image center, positive X harmonics in the right half and positive Y harmonics located in the lower half of the image. This command does not work on regions. If the image has a region the command ignores it and processes the entire image. The Run method image should be allocated prior to calling this command. The size of the image must be the same size as the image that was used to generate the information in the Data property of the FourierTransformInformation object. This command does not support 12 and 16-bit grayscale and 48 and 64-bit color images. If the image is 12 and 16-bit grayscale and 48 and 64-bit color, the command will not threw an exception. This command does not support signed data images. This command does not support 32-bit grayscale images.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Core.FourierTransformDisplayCommand
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
FourierTransformDisplayCommand MembersLeadtools.ImageProcessing.Core Namespace
Removing Noise
DiscreteFourierTransformCommand Class
FrequencyFilterCommand Class
AverageCommand
MedianCommand Class
SpatialFilterCommand
BinaryFilterCommand
MinimumCommand Class
AddNoiseCommand
IntensityDetectCommand
MaximumCommand Class
ChangeHueSaturationIntensityCommand
ColorThresholdCommand
DirectionEdgeStatisticalCommand
FastFourierTransformCommand Class
FourierTransformDisplayCommand Class
StatisticsInformationCommand
FeretsDiameterCommand
ObjectInformationCommand
RegionContourPointsCommand
MathematicalFunctionCommand
RevEffectCommand
SegmentCommand
SubtractBackgroundCommand Class
UserFilterCommand
FragmentCommand
HighPassCommand
UnsharpMaskCommand