CogAutoSelectScoringCombineMethodConstants EnumerationCognex VisionPro 9.5
Constants for specifying how the orthogonality, symmetry, and uniqueness scores are combined for a single result.

Namespace: Cognex.VisionPro.AutoSelect
Assembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 69.0.0.0
Syntax

public enum CogAutoSelectScoringCombineMethodConstants
Members

  Member nameValueDescription
GeometricMean0 Compute combined score as geometric mean of orthogonality, symmetry, and uniqueness scores.
ArithmeticMean1 Compute combined score as arithmetic mean of orthogonality, symmetry, and uniqueness scores.
See Also