CogPMAlignComposite Constructor (CogPMAlignComposite)Cognex VisionPro 9.22
Construct a deep copy of the supplied CogPMAlignComposite object except for PercentCoarseFeaturesUsed, PercentFineFeaturesUsed and SelectedIndex. because these values are generated at train time.

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

public CogPMAlignComposite(
	CogPMAlignComposite other
)

Parameters

other
Type: Cognex.VisionPro.PMAlign CogPMAlignComposite
The CogPMAlignComposite object to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the supplied argument is null.
See Also