VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Fft.Filtering.Lowpass Namespace / LowpassCommand Class
In This Topic
LowpassCommand Class Methods
In This Topic
For a list of all methods of this type, see LowpassCommand.
Public Methods
 NameDescription
Public MethodCreates a new processing command that is a copy of the current instance. (Inherited from ProcessingCommandBase)
Public MethodCopies the state of the current command to the target command.
Public MethodOverloaded. Executes the image processing command. (Inherited from ProcessingCommandBase)
Public MethodExecutes the image processing command in-place. (Inherited from ProcessingCommandBase)
Public MethodOverloaded. Returns the pixel format of output image (image after processing) for input image with specified pixel format. (Inherited from FastFourierTransformCommand)
Public MethodReturns an array of rectangles, which represent optimal decomposition of the specified rectangle. (Inherited from FastFourierTransformCommand)
Public MethodReturns a value indicating whether specified native pixel format is supported by this processing command. (Inherited from ProcessingCommandBase)
Public MethodReturns a value indicating whether specified pixel format is supported by this processing command. (Inherited from ProcessingCommandBase)
Public MethodPerforms spectrum filtering or analysis in frequency domain. (Inherited from FastFourierTransformCommand)
Public MethodReturns the name of this image processing command. (Inherited from ProcessingCommandBase)
Protected Methods
 NameDescription
Protected MethodReturns the image pixel format, which will have the processed image if command natively does not support pixel format of source image. (Inherited from ProcessingCommandBase)
Protected MethodReturns the margin, on image, which is required for this Fourier transform. (Inherited from FastFourierTransformCommand)
Protected MethodOverloaded. Returns the safe region of interest (region of interest inside the image). (Inherited from ProcessingCommandWithRegion)
Protected MethodReturns the decomposition of rectangle for correct spectrum filtering depending on requited margin. (Inherited from FastFourierTransformCommand)
Protected MethodReturns the size of decomposition for the image. (Inherited from FastFourierTransformCommand)
Protected MethodOverloaded. Processes the image and returns the processed image. (Inherited from ProcessingCommandBase)
Protected MethodExecutes the image processing command in-place. (Inherited from FastFourierTransformCommand)
Protected MethodRaises the ProcessingCommandBase.Progress event. (Inherited from ProcessingCommandBase)
See Also