Click or drag to resize

FFTOptionsCommand Class

Sets FFT options.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandFFTOptionsCommandProperties
        MediaCy.Addins.FFTFFTOptionsCommand

Namespace:  MediaCy.Addins.FFT
Assembly:  MediaCy.Addins.FFT (in MediaCy.Addins.FFT.dll) Version: 3.1.0.0
Syntax
VB
Public Class FFTOptionsCommand
	Inherits BaseObjectCommand(Of FFTOptionsCommandProperties)

The FFTOptionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodFFTOptionsCommand
Initializes a new instance of the FFTOptionsCommand class
Public methodFFTOptionsCommand(McCommand)
Initializes a new instance of the FFTOptionsCommand class
Public methodFFTOptionsCommand(McCommand, Object)
Initializes a new instance of the FFTOptionsCommand class
Top
Properties
  NameDescription
Public propertyActivateROITool
Automatically activate ROI drawing tool after creation of FFT image.
Public propertyApodization
Use apodization creating FFT spectrum.
Public propertyApodizationBand
Width of apodization band relatively to the image size.
Public propertyBoostScale
Boost scale for Spike boost filter.
Public propertyFilterType
Filter type for Apply operation
Public propertyHanning
Apply Hanning attenuation before applying a filter.
Public propertyNumberOfSpikes
Maximum number of detected spikes for Auto-detect operation.
Public propertyPadding
FFT padding type
Public propertyPreserveNil
Preserve Nil frequency using filter operations.
Public propertyShowPattern
Show FFT pattern on original image clicking and moving mouse cursor over FFT image.
Public propertySideBySide
Show FFT spectrum image on the right side of the original image.
Public propertySpikeSizeThreshold
Spike detection threshold relatively to the maximum spike intensity.
Public propertySymmetric
Symmetric ROIs. When the option is on, the ROI filters can be defined only for one half of FFT spectrum. They will be applied symmetrically.
Public propertyTransition
Apply Transition attenuation before applying a filter.
Top
Methods
  NameDescription
Public methodStatic memberFromObject
Top
Remarks