The CogSearchMaxResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Accepted |
Gets whether the result's Score was greater than or equal to
the accept threshold.
| |
| Contrast |
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.
| |
| ID |
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.
| |
| RelativeBrightness |
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.
| |
| Score |
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.
|
See Also