Enumeration of modes that can be set in the
ScoreMode
property. These modes specify how the tool should compute scores
for candidate matches at runtime.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| CoverageAndClutter | 0 | Calculate both the coverage and clutter. | |
| Coverage | 1 | Calculate the coverage but not the clutter. The clutter will be reported as zero. | |
| ApproximateCoverage | 2 |
Calculate a faster, less-accurate, approximate coverage score.
The clutter will be reported as zero.
Note that, depending on the model and the run-time data, this score might not be repeatable enough, or otherwise trustworthy enough, for determining the quality of the match. Its advantage is speed. It is most useful in conjunction with RefineStartPose. |
See Also