Cog3DVisionDataStitch OutputImageOverlapPriorities Property Cognex VisionPro 9.22
When OutputImageOverlapMode is Priority, this is how we select an output pixel value from more than one overlapping input pixel. In such a case, the overlapping input image with the numerically lowest priority value is chosen.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 87.0.0.0
Syntax

public CogDictionary OutputImageOverlapPriorities { get; set; }

Property Value

Type: CogDictionary
Remarks

The structure of this CogDictionary is as follows. There should be one key/value entry for each input image. The key should be the same string as that used to idenitify an input image in the CogVisionDataContainer that is supplied to the [M:Cognex.VisionPro3D.Cog3DVisionDataStitch::Execute] method. The value should be a positive integer indicating priority for that image: zero is the highest priority, then one, then two, and so on.
See Also