Click or drag to resize

IMcExtendedFocusGetBestFocusFrame Method

Returns best-focus frame as McImage.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Function GetBestFocusFrame ( 
	Optional Flags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault
) As McImage

Parameters

Flags (Optional)
Type: MediaCy.IQL.EnginemcImageCreateFlags
image creation flags

Return Value

Type: McImage
Remarks
If SetSourceImages was not called the parent image is uses as source frames.
Examples
VB
'extract best focus frame from the active sequence using default options
ThisApplication.ActiveImage.ExtendedFocus.GetBestFocusFrame
See Also