Click or drag to resize

IMcImageSetSetZConfidence Method

Sets the confidence level of the Z plane for a specified location of the set

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetZConfidence ( 
	Location As McImageSetLocations,
	ZConfidence As Double
)

Parameters

Location
Type: MediaCy.IQL.SetsMcImageSetLocations
ZConfidence
Type: SystemDouble
Remarks
The Z confidence is an attribute of the set that is typically used in navigating the set. While McImageSet does not directly support navigating through sets (i.e. displaying the correct frame of the correct image while playing along the active dimension), McImageSet does implement the properties necessary to support this navigation. The Z confidence level can be specified for all of the locations of the set. Typically it is set to the confidence level of the best focus position calculation. The exact meaning of the confidence level is dependent on the application's use of this feature, but typically the confidence level is set for each Z plane at one location along the other dimensions of the set, as a percentage. The plane with the highest confidence level is the "best plane". Parameters Location : The location for which to set the Z confidence ZConfidence : The confidence level of the Z plane at the specified location
See Also