Cog3DVisionDataStitch OutputImageZConsistencyDistance Property Cognex VisionPro 9.5
The maximum Z difference in client space over which overlapping pixel values will be averaged. If OverlapMode is MaxZ, then overlapping pixels whose height is within this distance of the maximum height at that location will be averaged. And if OverlapMode is MinZ, then overlapping pixels whose height is within this distance of the minimum height at that location will be averaged. Overlapping pixel height values that are outside the specified range will be ignored. Finally, if OverlapMode is any other value, this parameter is ignored.

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

public double OutputImageZConsistencyDistance { get; set; }

Property Value

Type: Double
The default is 0.0.
See Also