Click or drag to resize

IMcExtendedFocusSetSourceImages Method

Set list of frames for Extended Focus.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetSourceImages ( 
	<OptionalAttribute> vSourceFrames As Object
)

Parameters

vSourceFrames (Optional)
Type: SystemObject
Remarks
If the list of frames vSourceImg is missed the ancestor image provides frames.
Examples
VB
'extract focus from frames 1,3,5,7 of the active image
ThisApplication.ActiveImage.ExtendedFocus.SetSourceImages ThisApplication.ActiveImage.Frames(Array(1, 3, 5, 7))
ThisApplication.ActiveImage.ExtendedFocus.CreateBestFocusImage
See Also