CogBlobAxisConstants EnumerationCognex VisionPro
Enumeration of axes that can be selected for the median & bounding box measures.

Namespace: Cognex.VisionPro.Blob
Assembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax

public enum CogBlobAxisConstants
Members

  Member nameValueDescription
Principal0 The bounding box and median measures are based on the principal axis of the blob.
SelectedSpace1 The bounding box and median measures are based on the coordinate axes of the selected space of the input image.
ExtremaAngle2 The bounding box and median measures are based on the ExtremaAngle specified in the selected space of the input image.
PixelAligned3 The bounding box and median measures are based on an axes aligned with the pixels of the input image.
PixelAlignedNoExclude4 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

Enumeration of the axes that you can specify when requesting a GetBoundingBox(CogBlobAxisConstants) or median measure.
See Also