Rerender the supplied range image or range / grey image pair.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax
Parameters
- inputVisionData
- Type: Cognex.VisionPro ICogVisionData
The ICogVisionData containing the range image or range image / grey image pair to be rerendered.
Return Value
Type: Cog3DVisionDataRerenderResultA Cog3DVisionDataRerenderResult containing the results of the rerendering 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 input range and grey images do not match in size. |
| ArgumentException | The input ICogVisionData is not correctly structured. |
| ArgumentException | The input range image does not contain the specified output space. |
See Also