Click or drag to resize

IMcExtendedFocusNormalizeIllumination Property

Defines if frame illumination will be normalized before creating best focus image.

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

Property Value

Type: Boolean
Remarks
Use this option if the sequence has frames with varible illumination. The mormalization makes mean intensity value of every frame equal to the mean intensity of the first frame (when BottomUp is true, to the last frame). The normalization is done using multiplication.
Examples
VB
'activate normalization
ThisApplication.ActiveImage.ExtendedFocus.NormalizeIllumination = True
ThisApplication.ActiveImage.ExtendedFocus.CreateBestFocusImage
See Also