Click or drag to resize

AlignOptionsCommand Class

Sets alignment options.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandAlignOptionsCommandProperties
        MediaCy.Addins.AlignAlignOptionsCommand

Namespace:  MediaCy.Addins.Align
Assembly:  MediaCy.Addins.Align (in MediaCy.Addins.Align.dll) Version: 3.1.0.0
Syntax
VB
Public Class AlignOptionsCommand
	Inherits BaseObjectCommand(Of AlignOptionsCommandProperties)

The AlignOptionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodAlignOptionsCommand
Initializes a new instance of the AlignOptionsCommand class
Public methodAlignOptionsCommand(McCommand)
Initializes a new instance of the AlignOptionsCommand class
Public methodAlignOptionsCommand(McCommand, Object)
Initializes a new instance of the AlignOptionsCommand class
Top
Properties
  NameDescription
Public propertyAlignMethod
Set alignment method
Public propertyAnchorFrame
Anchor frame for alignment. All frames will be aligned relatively to this frame.
Public propertyComposition
Composition of manual viewer
Public propertyDoRotation
Analyze rotation during auto-alignment.
Public propertyDoScaling
Analyze scaling during auto-alignment.
Public propertyDoTranslation
Analyze translation during auto-alignment.
Public propertyExpandBorders
Defines whether the output image is expanded to include full frames of aligned source sequence.
Public propertyFullFFTMethod
Defines the method used with cross-correlation.
Public propertyMaxAlignSize
Max size of align area.
Public propertyNumberOfAngles
Number of angles to examine for rotation.
Public propertyNumberOfScales
Number of scales to examine for scaling.
Public propertyReferences (Overrides McCommandReferences.)
Public propertyShiftX
Shift in X direction for User method
Public propertyShiftY
Shift in Y direction for User method
Public propertySubPixelAccuracy
Calculate alignment with subpixel accuracy.
Public propertyTrimBorders
Defines whether the empty borders are trimmed on the output image.
Top
Methods
  NameDescription
Public methodStatic memberFromObject
Top
Remarks