ICogAcqRangeImage ZContinuityThreshold Property Cognex VisionPro 9.20
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
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

double ZContinuityThreshold { get; set; }

Property Value

Type: Double
Specifies a maximum Z difference for interpolating between sensed Z values.
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