Click or drag to resize

CalculateFFT Class

Calculates alignment of input images.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, AffineTransform
          MediaCy.Addins.AlignCalculateFFT

Namespace:  MediaCy.Addins.Align
Assembly:  MediaCy.Addins.Align (in MediaCy.Addins.Align.dll) Version: 3.1.0.0
Syntax
VB
Public Class CalculateFFT
	Inherits OneInputOneOutputCommand(Of Object, AffineTransform())

The CalculateFFT type exposes the following members.

Constructors
  NameDescription
Public methodCalculateFFT
Initializes a new instance of the CalculateFFT class
Public methodCalculateFFT(String)
Initializes a new instance of the CalculateFFT class
Public methodCalculateFFT(McCommand)
Initializes a new instance of the CalculateFFT class
Top
Properties
  NameDescription
Public propertyDoRotation
Analyze rotation during auto-alignment.
Public propertyDoScaling
Analyze scaling during auto-alignment.
Public propertyDoTranslation
Analyze translation during auto-alignment.
Public propertyMaxAlignSize
Maximum size of align area.
Public propertyMethod
Defines the method used with cross-correlation.
Public propertyNumberOfAngles
Number of angles to examine for rotation.
Public propertyNumberOfScales
Number of scales to examine for scaling.
Top
Remarks
Angle range: +/- 90, Scaling range: +/- 1.4.
See Also