Enumeration of axes that can be selected for the median
& bounding box measures.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Principal | 0 | The bounding box and median measures are based on the principal axis of the blob. | |
| SelectedSpace | 1 | The bounding box and median measures are based on the coordinate axes of the selected space of the input image. | |
| ExtremaAngle | 2 | The bounding box and median measures are based on the ExtremaAngle specified in the selected space of the input image. | |
| PixelAligned | 3 | The bounding box and median measures are based on an axes aligned with the pixels of the input image. | |
| PixelAlignedNoExclude | 4 | The bounding box and median measures are based on an axes aligned with the pixels of the input image. The ExtremaExcludeMode settings are ignored when selecting this axis which allows for a faster calculation of the bounding box and median measures. |
Remarks
See Also