Click or drag to resize

IMcExtendedFocusCalibrateTopoImage Property

Defines whether intensity calibration converting pixel intensity to height will be created for topo-image.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Property CalibrateTopoImage As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
The intensity calibration will be generated if source frames have different Z positions (when IsZPositionValid propery of McFrame is True). If the frames do not valid ZPosition properies, tyhe calibration will not be created regardless the option.
Examples
VB
'create intensity calibration of topo-image
ThisApplication.ActiveImage.ExtendedFocus.CalibrateTopoImage=True
ThisApplication.ActiveImage.ExtendedFocus.CreateTopoImage
See Also