CogBlobResultGraphicConstants EnumerationCognex VisionPro
Constants used to specify desired result graphics

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

[FlagsAttribute]
public enum CogBlobResultGraphicConstants
Members

  Member nameValueDescription
None0 Draw no result graphics.
TipText1 Turn on tip text for result graphics.
CenterOfMass2 Draw a crosshair graphic at the center of mass of the blob.
Boundary4 Draw the boundary of the blob. The boundary follows the outside edges of the pixels that make up the blob.
BoundingBoxPixelAligned16 Draw the smallest rectangle that completely encloses the blob and is aligned with the pixels of the image.
BoundingBoxPrincipalAxis32 Draw the smallest rectangle that completely encloses the blob and is aligned with the blob's first principal axis.
BoundingBoxExtremaAngle64 Draw the smallest rectangle that completely encloses the blob and is aligned with the angle specified by ExtremaAngle.
BoundingBoxSelectedSpace128 Draw the smallest rectangle that completely encloses the blob and is aligned with the selected space of the input image.
MedianPixelAligned256 Draw a crosshair graphic at the point where the blob is divided in half by a pair of perpendicular lines which are aligned with the axes of the pixel space of the input image.
MedianPrincipalAxis512 Draw a crosshair graphic at the point where the blob is divided in half by a pair of perpendicular lines, one of which is aligned with the principal axis of this blob.
MedianExtremaAngle1024 Draw a cross at the point where the blob is divided in half by a pair of perpendicular lines, one of which is aligned with the angle specified by ExtremaAngle.
MedianSelectedSpace2048 Draw a crosshair graphic at the point where the blob is divided in half by a pair of perpendicular lines which are aligned with the axes of the selected space of the input image.
All-1 Draw all result graphics.
See Also