Execute this operator.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 75.0.0.0
Syntax
Parameters
- InputImage
- Type: Cognex.VisionPro ICogImage
n/a
- SearchRegion
- Type: Cognex.VisionPro ICogRegion
n/a
- RunParams
- Type: Cognex.VisionPro.PMAlign CogPMAlignMultiRunParams
The run parameters that specify how to perform this inspection.
Return Value
Type: CogPMAlignMultiResultsThe results of this inspection.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the run algorithm is PatFlex or PatMaxPerspective. |
| ArgumentNullException | If the supplied image argument is NULL. |
| CogPMAlignPatMaxNotTrainedException | if the train algorithm was not PatMax. |
| CogPMAlignPatQuickNotTrainedException | if the train algorithm was not PatQuick. |
| CogPMAlignImageTypeNotSupported | If the supplied image argument is not CogImage8Grey. |
| CogOperatorNotTrainedException | If the operator is not trained. |
| CogSecurityViolationException | If licensing for this operator cannot be confirmed. |
See Also