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
SyntaxProperty CalibrateTopoImage As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksThe 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
ThisApplication.ActiveImage.ExtendedFocus.CalibrateTopoImage=True
ThisApplication.ActiveImage.ExtendedFocus.CreateTopoImage
See Also