Click or drag to resize

IMcAlignment Interface

An interface implemented by McAlignment.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcAlignment

The IMcAlignment type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAlignMethod
Gets/sets auto-alignment method.
Public propertyCode exampleAlignMethodFFT
Gives access to FFT alignment algorithm properties.
Public propertyCode exampleAlignMethodUser
Gives access to user algorithm properties.
Public propertyCode exampleExpandBorders
Defines whether the output image is expanded to include full frames of the aligned sequence.
Public propertyMaxAlignSize
Maximum size of align area used for cross-correlation matching.
Public propertyCode exampleNumberOfFrames
Returns number of frames in the alignment set.
Public propertyCode exampleReferenceFrame
Reference (anchor) frame of auto alignment.
Public propertySubPixelAccuracy
Defines whether the calculated alignment is calculated with sub-pixel accuracy.
Public propertyCode exampleTrimBorders
Defines whether the empty borders are trimmed on the output image.
Top
Methods
  NameDescription
Public methodCode exampleAffineTransform
Transforms the image using rotation, scale and translation.
Public methodApply
Creates an aligned sequence of the input images/frames.
Public methodCode exampleCalculateAlignment
Calculates alignment parameters according to the selected method.
Public methodCode exampleCreateAlignedImage
Creates result aligned image.
Public methodCode exampleGetAlignTransforms
Returns affine transforms of aligned frames.
Public methodCode exampleGetTransformRanks
Returns correlation ranks between aligned images.
Public methodCode exampleSetAlignTransforms
Set transforms for every trame for alignment.
Public methodCode exampleSetSourceForAlignment
Set list of frames for alignment.
Top
See Also