CogPMAlignMulti Execute Method Cognex VisionPro
Execute this operator.

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

public CogPMAlignMultiResults Execute(
	ICogImage InputImage,
	ICogRegion SearchRegion,
	CogPMAlignMultiRunParams RunParams
)

Return Value

Type: CogPMAlignMultiResults
The results of this inspection.
Exceptions

ExceptionCondition
CogSecurityViolationExceptionIf licensing for this operator cannot be confirmed.
CogPMAlignPatQuickNotTrainedExceptionif the train algorithm was not PatQuick.
CogPMAlignPatMaxNotTrainedExceptionif the train algorithm was not PatMax.
CogOperatorNotTrainedExceptionIf the operator is not trained.
ArgumentExceptionIf the run algorithm is PatFlex or PatMaxPerspective.
ArgumentNullExceptionIf the supplied image argument is NULL.
CogPMAlignImageTypeNotSupportedIf the supplied image argument is not CogImage8Grey.
See Also