CogIPOneImageMorphologyPositionConstants EnumerationCognex VisionPro 9.10
Enumeration of morphology matrix positions.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 79.0.0.0
Syntax

public enum CogIPOneImageMorphologyPositionConstants
Members

  Member nameValueDescription
NE1Specifies the upper-right cell of the 3x3 matrix.
N2Specifies the upper-center cell of the 3x3 matrix.
NW4Specifies the upper-left cell of the 3x3 matrix.
W8Specifies the middle-left cell of the 3x3 matrix.
SW16Specifies the lower-left cell of the 3x3 matrix.
S32Specifies the lower-center cell of the 3x3 matrix.
SE64Specifies the lower-right cell of the 3x3 matrix.
E128Specifies the middle-right cell of the 3x3 matrix.
Center256Specifies the center cell of the 3x3 matrix.
Remarks

Enumeration of morphology matrix positions. These values are used by the GetMemberValue(CogIPOneImageMorphologyPositionConstants) and MemberMask properties to specify custom structuring elements.

See Also