Click or drag to resize

IMcAlignmentAlignMethod Property

Gets/sets auto-alignment method.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Property AlignMethod As mcAlignMethod
	Get
	Set

Property Value

Type: mcAlignMethod
Remarks
The properties of the method can be set using members of AlignMethodFFT or AlignMethodUser properies.
Examples
VB
'use FFT algorithm to align active image
ThisApplication.ActiveImage.Alignment.AlignMethod = mcAlignMethodFFT
'use all frames of the active image
ThisApplication.ActiveImage.Alignment.SetSourceForAlignment
ThisApplication.ActiveImage.Alignment.CalculateAlignment
ThisApplication.ActiveImage.Alignment.CreateAlignedImage
See Also