Cog3DVisionDataRerender Execute Method Cognex VisionPro
Rerender the supplied range image or range / grey image pair.

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

public Cog3DVisionDataRerenderResult Execute(
	ICogVisionData inputVisionData
)

Parameters

inputVisionData
Type: Cognex.VisionPro ICogVisionData
The ICogVisionData containing the range image or range image / grey image pair to be rerendered.

Return Value

Type: Cog3DVisionDataRerenderResult
A Cog3DVisionDataRerenderResult containing the results of the rerendering 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 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