CogAutoSelect InputImageMask Property Cognex VisionPro 9.5
Gets or sets the input image mask to be used during the auto selection process. Only the three most significant bits of each mask image pixel are used:
  • Bit 7 (MSB): Care bit. One (1) means "Care", as in "use this feature in the model", while zero (0) means "do not use this feature in the model".
  • Bit 6: Don't Score bit. One (1) means "Don't Score", as in "don't compute clutter score", while zero means "Score", as in "do compute clutter score".
  • Bit 5: Position bit. One (1) means discard any model that includes this pixel, while zero (0) means the opposite.

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

public CogImage8Grey InputImageMask { get; set; }

Property Value

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