Perform stitching on the supplied vision data.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax
Parameters
- inputVisionData
- Type: Cognex.VisionPro CogVisionDataContainer
The CogVisionDataContainer containing the range images (and optionally grey images) to be stitched.
Return Value
Type: Cog3DVisionDataStitchResultA Cog3DVisionDataStitchResult containing the results of the stitching operation.
Exceptions
| Exception | Condition |
|---|---|
| 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