Enumeration of blob grey scale label constants. The Label
property of CogBlobResult returns a value which indicate that the
feature is either a blob or a hole when performing grey scale
connectivity.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Hole | 0 | If performing grey scale connectivity, Label is Hole if the result represents a hole. | |
| Blob | 1 | If performing grey scale connectivity, Label is Blob if the result represents a blob. |
Remarks
See Also