CogSearchMaxResult PropertiesCognex VisionPro

The CogSearchMaxResult type exposes the following members.

Properties

  NameDescription
Public propertyAccepted
Gets whether the result's Score was greater than or equal to the accept threshold.
Public propertyContrast
Gets the contrast for this result. Contrast is the ratio of the standard deviation of the pixels in the located pattern to the standard deviation of the care pixels in the trained pattern.
Public propertyID
Gets a unique ID used to identify this result. This ID also corresponds to the index of this result in the CogSearchMaxResults to which this result belongs.
Public propertyRelativeBrightness
Gets the relative brightness for this result. Relative brightness is the ratio of the mean of the pixels in the located pattern to the mean of the care pixels in the trained pattern.
Public propertyScore
Gets the score for this result. The score is between 0.0 and 1.0 with higher values indicating a closer match between the trained pattern and the pattern in the search image.
Top
See Also