Gets or sets the mask to be used when running CogPMRedLine. The mask
allows you to identify areas of the runtime input image as "Care" or
"Don't Care".
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 79.0.0.0
Syntax
Property Value
Type: CogImage8GreyThe mask for the search image. Default value is null.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Remarks
The search mask prevents parts of the input image from being searched by PMRedLine at runtime. Any pixel in the input image that aligns with a "Don't Care" mask pixel will be ignored by PMRedLine. Any pixel in the input image that aligns with a "Care" mask pixel (or no mask pixel at all) will be processed by PMRedLine.
See Also