Cog3DVisionDataStitchTool InputVisionData Property Cognex VisionPro 9.7
The input vision data (either range images or range image / grey image pairs) to be processed by the contained operator.

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

public CogVisionDataContainer InputVisionData { get; set; }

Property Value

Type: CogVisionDataContainer
Events

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