Click or drag to resize

IMcExtendedFocusGetBestFocusFrameIndex Method

Returns best-focus frame index.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Function GetBestFocusFrameIndex As Integer

Return Value

Type: Int32
Remarks
If SetSourceImages was not called the parent image is uses as source frames.
Examples
VB
'extract best focus frame index from the active sequence using default options
Dim BestFocusIndex as Integer
BestFocusIndex=ActiveImage.ExtendedFocus.GetBestFocusFrameIndex
See Also