Gets or sets the score mode. This mode controls how the tool
should compute scores for candidate matches.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Cog3DAlignScoreModeConstantsThe score mode. Default value is CoverageAndClutter.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The supplied value is not a member of Cog3DAlignScoreModeConstants. |
Remarks
Use CoverageAndClutter and Coverage to get trustworthy scores that can be used to assess the quality of the match.
The score from ApproximateCoverage is faster but less trustworthy. It is not suitable for assessing the quality of the match. It is useful, e.g., when RunMode is RefineStartPose.
See Also