Click or drag to resize

FFTCommands Class

Provides a set of fft related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.ProcessFFTCommands

Namespace:  MediaCy.Automation.Process
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class FFTCommands

The FFTCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberApplyFilter
Applies ROIs as filters to FFT image.
Public propertyStatic memberAutoFilter
Removes periodic noise from image.
Public propertyStatic memberConvertToGray
Converts multi-channel image to corresponded by bit-depth mono image.
Public propertyStatic memberDetectSpikes
Detects spikes on FFT image.
Public propertyStatic memberForward
Applies forward FFT transform.
Public propertyStatic memberInverse
Performs Inverse FFT transform of the FFT image.
Public propertyStatic memberOptions
Sets FFT options.
Top
See Also