The CogPatInspectResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Clipped | Returns true if the match image was clipped because part of the region fell outside of the input image. The ClippedMask property will indicate which pixels of the match image were clipped. | |
| ClippedMask | Indicates which pixels of the MatchImage were clipped. If clipping occurred for a pixel in the MatchImage then the corresponding ClippedMask pixel will be set to 0, otherwise, it will be set to 255. This property returns Nothing if Clipped is false. | |
| CorrelationScore | Returns a score indicating the correlation between the trained pattern image and the run-time match image. This value will be in the range of zero for low correlation to one for high correlation. |
See Also