CogPMAlignMulti Execute Method Cognex VisionPro 9.7
Execute this operator.

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

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

Return Value

Type: CogPMAlignMultiResults
The results of this inspection.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the supplied RunParams.PMAlignRunParams is NULL.
CogPMAlignPatQuickNotTrainedExceptionif the train algorithm was not PatQuick.
ArgumentExceptionif the mode is sequential and the StopSequentialThreshold is less than the AcceptThreshold.
CogPMAlignPatMaxNotTrainedExceptionif the train algorithm was not PatMax.
CogPMAlignImageTypeNotSupportedIf the supplied image argument is not CogImage8Grey.
CogOperatorNotTrainedExceptionIf the operator is not trained.
CogSecurityViolationExceptionIf licensing for this operator cannot be confirmed.
See Also