CogAcqRangeImage ZContinuityThreshold Property Cognex VisionPro 9.5
Specifies a Z height difference in mm. Used when generating range images with a camera. The range image will not interpolate between sensed Z values which differ by more than the ZContinuityThreshold. Default is equal to the default ZDetectionHeight. The default was picked so that it would not affect generated range images.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public virtual double ZContinuityThreshold { get; set; }

Property Value

Type: Double
Specifies a maximum Z difference for interpolating between sensed Z values.

Implements

ICogAcqRangeImage ZContinuityThreshold
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The following state flag may be affected: SfZContinuityThreshold
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is less than ZContinuityThresholdMin or greater than ZContinuityThresholdMax.
See Also