Cog3DVisionDataStitch OutputImageZContinuityThreshold Property Cognex VisionPro 9.8 SR1
The maximum allowable Z difference in client space (OutputSpaceName3D) between adjacent source data positions, between which range image voxels will be interpolated. Adjacencies whose Z difference exceeds this value will be disconnected. If OutputImageZContinuityThresholdEnabled is false then this property is ignored and processing is performed as if this value were set to MaxValue).

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

public double OutputImageZContinuityThreshold { get; set; }

Property Value

Type: Double
The default is 10.0.
Events

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

ExceptionCondition
ArgumentOutOfRangeException The supplied value must be greater than or equal to zero.
See Also