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:
Namespace: Cognex.VisionPro.AutoSelect- 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.
Assembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 73.0.0.0
Syntax
Property Value
Type: CogImage8GreyHandle to the CogImage8Grey object that will be used as the input image mask during the auto selection process.
See Also