IMcAlignmentSetSourceForAlignment Method |
![]() |
Namespace: MediaCy.IQL.Align
Sub SetSourceForAlignment ( <OptionalAttribute> vSourceFrames As Object )
'set all frames of the active image ThisApplication.ActiveImage.Alignment.SetSourceForAlignment 'align frames 1,3,5,7 of the active image ThisApplication.ActiveImage.Alignment.SetSourceForAlignment ThisApplication.ActiveImage.Frames(Array(1, 3, 5, 7)) ThisApplication.ActiveImage.Alignment.CalculateAlignment ThisApplication.ActiveImage.Alignment.CreateAlignedImage