Execute the ProfileParams.Execute() and OperatorsParams.Execute().
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax
Parameters
- image
- Type: Cognex.VisionPro ICogImage
Exceptions
| Exception | Condition |
|---|---|
| CogOperatorNoInputImageException | If the image is null |
| CogImageBadTypeException | If the image is not a CogImage16Range |
| ArgumentNullException | If the ProfileParams is null |
| ArgumentNullException | If the OperatorsParams is null |
| ArgumentNullException | If the InputProfile is null and UseInputProfile is set to true. |
| ArgumentNullException | If the OutputProfile produced by the ProfileParams is null. |
| CogSecurityViolationException | If licensing for this class cannot be confirmed. |
Remarks
- the OutputProfile
- The OperatorsParams.Status, the overall status of executing all the operators
- The operators' results
See Also