Click or drag to resize

IMcImageSetGetZConfidence Method

Returns 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
Function GetZConfidence ( 
	Location As McImageSetLocations
) As Double

Parameters

Location
Type: MediaCy.IQL.SetsMcImageSetLocations

Return Value

Type: Double
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". If -1 is returned, the confidence has not been set for the specified location. Parameters Location : The location for which to return the Z confidence. This location must exist within the set.
See Also