Click or drag to resize

AlignBySelectedTracksCommand Class

Aligns sequence by selected track(s).
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandMcTrackingDocument
          MediaCy.Addins.TrackingTrackingDocCommand
            MediaCy.Addins.TrackingAlignBySelectedTracksCommand

Namespace:  MediaCy.Addins.Tracking
Assembly:  MediaCy.Addins.Tracking (in MediaCy.Addins.Tracking.dll) Version: 3.1.0.0
Syntax
VB
Public Class AlignBySelectedTracksCommand
	Inherits TrackingDocCommand

The AlignBySelectedTracksCommand type exposes the following members.

Constructors
  NameDescription
Public methodAlignBySelectedTracksCommand
Initializes a new instance of the AlignBySelectedTracksCommand class
Public methodAlignBySelectedTracksCommand(McCommand)
Initializes a new instance of the AlignBySelectedTracksCommand class
Top
Properties
  NameDescription
Public propertyOutput
Output aligned sequenced
Public propertyVisible
Show output sequence
Top
Methods
  NameDescription
Public methodRun
Top
Remarks
Sequence can be aligned by 1 or 2 selected tracks, which can be created using fiducially points. When only 1 track selected the sequence is aligned using translation only. When 2 tracks selected, the sequence is aligned using affine transform (translation, rotation, scale).
See Also