CogBlobLastRunRecordConstants EnumerationCognex VisionPro
Enumeration of Non-Diagnostic data that can be provided in the Tool's LastRunRecord.

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

[FlagsAttribute]
public enum CogBlobLastRunRecordConstants
Members

  Member nameValueDescription
None0 Do not include any of the non-diagnostic data in the LastRunRecord.
BlobImage2 Include a synthetically created image of the filtered blobs & holes in the LastRunRecord.
BlobImageUnfiltered4 Include a synthetically created image of the unfiltered blobs & holes in the LastRunRecord.
BlobImageAsGraphic8 Include a partially transparent graphic over the blobs & holes in the input image of the LastRunRecord. The ResultsUnfiltered bit determines whether the graphic is drawn over the unfiltered blobs.
ResultsBoundingBoxPixelAligned16 Include in the composite result graphics of the LastRunRecord, a graphic representing the smallest rectangle that completely encloses the blob and is aligned with the pixels of the image.
ResultsBoundingBoxPrincipalAxis32 Include in the composite result graphics of the LastRunRecord, a graphic representing the smallest rectangle that completely encloses the blob and is aligned with the blob's principal axis.
ResultsBoundingBoxExtremaAngle64 Include in the composite result graphics of LastRunRecord, a graphic representing the smallest rectangle that completely encloses the blob and is aligned with the angle specified by ExtremaAngle.
ResultsBoundingBoxSelectedSpace128 Include in the composite result graphics of the LastRunRecord, a graphic representing the smallest rectangle that completely encloses the blob and is aligned with the selected space of the input image.
ResultsMedianPixelAligned256 Include in the composite result graphics of the LastRunRecord, a cross 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.
ResultsMedianPrincipalAxis512 Include in the composite result graphics of the LastRunRecord, 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 principal axis of this blob.
ResultsMedianExtremaAngle1024 Include in the composite result graphics of the LastRunRecord, 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.
ResultsMedianSelectedSpace2048 Include in the composite result graphics of the LastRunRecord, a cross 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.
ResultsBoundary4096 Include in the composite result graphics of the LastRunRecord, a graphic representing the boundary of the blob.
ResultsCenterOfMass8192 Include in the composite result graphics of the LastRunRecord, a cross hair at the center of mass of the blob.
ResultsUnfiltered16777216 Include graphics for all unfiltered blobs in the LastRunRecord.
All-1 Include all of the non-diagnostic data in the LastRunRecord.
Remarks

Use these constants with LastRunRecordEnable to specify the tool records that the CogBlob Tool generates when you call CreateLastRunRecord .

See About Record Keys for a list of the record keys that the tool uses.

See Also