CogIPOneImageGreyMorphology3x3Element MemberMask Property Cognex VisionPro
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.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 65.1.0.0
Syntax

public CogIPOneImageMorphologyPositionConstants MemberMask { get; set; }

Property Value

Type: CogIPOneImageMorphologyPositionConstants
Events

Event TypeReason
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