Enumeration indicating how a specified measure will be
used during execution of blob analysis. Blob measures can either be
used as filter criteria or precomputed such that the time required to
calculate the measure is part of the blob analysis execution time.
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 perform any special action regarding the specified measure during execution of blob analysis. | |
| PreCompute | 1 | Precompute the specified measure during execution of blob analysis. Measures that are not precomputed can still be obtained, however, part of the computation may not be performed until the measure is requested. | |
| Filter | 2 | Use the specified measure as a blob filter criterion Blobs can be filtered out of the final results that have a measurement value that falls either inside or outside of a specified range of values. |
Remarks
See Also