Click or drag to resize

IMcExtendedFocusCreateTopoImage Method

Creates an image, where intensity is corresponded to the frame position of best-focus pixel in the input sequence.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Function CreateTopoImage ( 
	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
'create best focus image from the active sequence using default options
ThisApplication.ActiveImage.ExtendedFocus.CreateBestFocusImage
'create topo image
ThisApplication.ActiveImage.ExtendedFocus.CreateTopoImage
See Also