Cog3DVisionDataStitch OutputImageXScale Property Cognex VisionPro
The X scale factor to use when generating the output range image. Ignored when OutputImageScaleMode is UseInputImageScales or UseFirstInputImageScales.

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

public double OutputImageXScale { get; set; }

Property Value

Type: Double
The default is 1.0.
Events

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

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