Cog3DVisionDataStitch OutputImageOverlapMode Property Cognex VisionPro 9.7
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: 73.0.0.0
Syntax

public Cog3DVisionDataStitchOverlapModeConstants OutputImageOverlapMode { get; set; }

Property Value

Type: Cog3DVisionDataStitchOverlapModeConstants
The default is MaxZ.
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
Exceptions

ExceptionCondition
ArgumentException The supplied value is not a member of Cog3DVisionDataStitchOverlapModeConstants
See Also