Process the supplied image on the currently selected
stream in the current workspace.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax
Parameters
- inputImage
- Type: Cognex.VisionPro ICogImage
The image to be processed.
Return Value
Type: CogDLRuntimeResultsExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
| InvalidOperationException | If the workspace is not open. |
| ArgumentException | If the SelectedStreamName is not found in this workspace. |
See Also