Cog3DVisionDataStitchOverlapModeConstants EnumerationCognex VisionPro
How input pixels that overlap in X and Y will be processed to produce an output pixel value.

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

public enum Cog3DVisionDataStitchOverlapModeConstants
Members

  Member nameValueDescription
MaxZ1 Use the maximum of the input values.
MinZ2 Use the minimum of the input values.
NearestImageCenter3 Use the overlapping visible range image value from the image with the closest center.
Priority4 Select the overlapping visible range image value from the image with the numerically lowest priority value, as specified in the OutputImageOverlapPriorities parameter.
See Also