Enumeration of morphology matrix positions.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 80.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| NE | 1 | Specifies the upper-right cell of the 3x3 matrix. | |
| N | 2 | Specifies the upper-center cell of the 3x3 matrix. | |
| NW | 4 | Specifies the upper-left cell of the 3x3 matrix. | |
| W | 8 | Specifies the middle-left cell of the 3x3 matrix. | |
| SW | 16 | Specifies the lower-left cell of the 3x3 matrix. | |
| S | 32 | Specifies the lower-center cell of the 3x3 matrix. | |
| SE | 64 | Specifies the lower-right cell of the 3x3 matrix. | |
| E | 128 | Specifies the middle-right cell of the 3x3 matrix. | |
| Center | 256 | Specifies 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