Enumeration of Non-Diagnostic data that can be provided in
the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the non-diagnostic data in the LastRunRecord. | |
| BlobImage | 2 | Include a synthetically created image of the filtered blobs & holes in the LastRunRecord. | |
| BlobImageUnfiltered | 4 | Include a synthetically created image of the unfiltered blobs & holes in the LastRunRecord. | |
| BlobImageAsGraphic | 8 | 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. | |
| ResultsBoundingBoxPixelAligned | 16 | 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. | |
| ResultsBoundingBoxPrincipalAxis | 32 | 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. | |
| ResultsBoundingBoxExtremaAngle | 64 | 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. | |
| ResultsBoundingBoxSelectedSpace | 128 | 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. | |
| ResultsMedianPixelAligned | 256 | 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. | |
| ResultsMedianPrincipalAxis | 512 | 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. | |
| ResultsMedianExtremaAngle | 1024 | 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. | |
| ResultsMedianSelectedSpace | 2048 | 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. | |
| ResultsBoundary | 4096 | Include in the composite result graphics of the LastRunRecord, a graphic representing the boundary of the blob. | |
| ResultsCenterOfMass | 8192 | Include in the composite result graphics of the LastRunRecord, a cross hair at the center of mass of the blob. | |
| ResultsUnfiltered | 16777216 | 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