CogAutoSelect ModelMask Property Cognex VisionPro 9.25 SR1
Gets or sets the model mask to be used during the auto selection process. The size of this mask must match the run time values of ModelSizeX and ModelSizeY.

Namespace: Cognex.VisionPro.AutoSelect
Assembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 93.1.0.0
Syntax

public CogImage8Grey ModelMask { get; set; }

Property Value

Type: CogImage8Grey
Handle to the CogImage8Grey object that will be used as the model mask during the auto selection process.
See Also