CogPMRedLinePattern Precompute Method Cognex VisionPro
Precompute internal data for the pattern. Cognex internal use only.

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

public void Precompute(
	ICogImage inputImage,
	ICogRegion region,
	CogPMRedLineRunParams runParams
)
Exceptions

ExceptionCondition
ArgumentNullExceptioninputImage is null.
ArgumentNullExceptionrunParams is null.
CogImageNoPixelsExceptioninputImage has no allocated pixels.
CogImageBadTypeExceptioninputImage is not a CogImage8Grey.
CogOperatorNotTrainedException This pattern operator is not trained.
See Also