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.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleSpecifies a maximum Z difference for interpolating between sensed Z values.
Implements
ICogAcqRangeImage ZContinuityThresholdEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: SfZContinuityThreshold |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied value is less than ZContinuityThresholdMin or greater than ZContinuityThresholdMax. |
See Also