Cog3DPatMaxScoreModeConstants EnumerationCognex VisionPro 9.8
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.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax

public enum Cog3DPatMaxScoreModeConstants
Members

  Member nameValueDescription
CoverageAndClutter0 Calculate both the coverage and clutter.
Coverage1 Calculate the coverage but not the clutter. The clutter will be reported as zero.
ApproximateCoverage2 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