Cog3DVisionDataStitch Execute Method Cognex VisionPro 9.5
Perform stitching on the supplied vision data.

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

public Cog3DVisionDataStitchResult Execute(
	CogVisionDataContainer inputVisionData
)

Parameters

inputVisionData
Type: Cognex.VisionPro CogVisionDataContainer
The CogVisionDataContainer containing the range images (and optionally grey images) to be stitched.

Return Value

Type: Cog3DVisionDataStitchResult
A Cog3DVisionDataStitchResult containing the results of the stitching operation.
Exceptions

ExceptionCondition
ArgumentNullException The input vision data argument is null.
ArgumentException No output is enabled.
ArgumentException Grey output is requested but there is no grey input.
ArgumentException The supplied input vision data does not contain the specified output space source.
ArgumentException The input range and grey images do not match in size.
ArgumentException The input CogVisionDataContainer is not either all range images or all range / grey image pairs.
ArgumentException The input range images do not all contain the specified shared space.
ArgumentException The input range image identified as the output space source does not contain the specified output space.
See Also