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