Cog3DVisionDataStitch OutputImageScaleMode Property Cognex VisionPro 9.22
How to scale the output range image. This controls the resolution of the output range image. There are three defined modes: UseXYZScales and UseInputImageScales and UseFirstInputImageScales.

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

public Cog3DVisionDataStitchScaleModeConstants OutputImageScaleMode { get; set; }

Property Value

Type: Cog3DVisionDataStitchScaleModeConstants
The default is UseFirstInputImageScales
Events

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

ExceptionCondition
ArgumentException The supplied value is not a member of Cog3DVisionDataStitchScaleModeConstants
See Also