Specifies the 'don't care' mask, members of the 3x3 element that will not be used in the computation. The mask is specified by ORing together each of the values defined in CogIPOneImageMorphologyPositionConstants that corresponds to a dont care pixel.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 73.0.0.0
Syntax
Property Value
Type: CogIPOneImageMorphologyPositionConstantsEvents
| Event Type | Reason |
|---|---|
| CogIPOneImageGreyMorphology3x3Element Changed | Fires when the value of this property changes. The following state flag may be affected: |
Remarks
Specifies the Don't Care mask which are the members of the 3x3 element that are not used in the computation. To specify a mask, OR the values defined in CogIPOneImageMorphologyPositionConstants that correspond the Don't Care pixels.
Default Value: 0
See Also