CogPMAlignTrainModeConstants EnumerationCognex VisionPro 9.5
Train mode constants are used to indicate whether a PMAlign pattern should be trained based on the pixel content of a training image or trained based on a synthetic pattern described by a collection of shape models.

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

public enum CogPMAlignTrainModeConstants
Members

  Member nameValueDescription
Image0Train the PMAlign pattern based on pixel content of the TrainImage property.
ShapeModelsWithImage1Train the PMAlign pattern based on a synthetic pattern description provided via the TrainShapeModels property. The selected space of the shapes are resolved using the coordinate space tree of the TrainImage.
ShapeModelsWithTransform2Train the PMAlign pattern based on a synthetic pattern description provided via the TrainShapeModels property. The space of the shapes are defined by the TrainShapeModelsTransform which is a shape space from pixel space transform.
Remarks

Train mode constants are used to indicate whether a PMAlign pattern should be trained based on the pixel content of a training image or trained based on a synthetic pattern described by a collection of shape models.

See Also