IMcAlignmentAlignMethodUser Property |
![]() |
Namespace: MediaCy.IQL.Align
Sub UserAlign() 'align active image using User algorithm 'the test image Dandelion_512.seq With ThisApplication.ActiveImage.Alignment 'correct regular horizontal image shift .AlignMethodUser.PlaneShiftX = 7.5 .AlignMethodUser.PlaneShiftY = 0 .AlignMethod = mcAlignMethodUser 'use all frames of the active image .SetSourceForAlignment .CalculateAlignment .CreateAlignedImage End With End Sub