Image that provides thresholded differences between the trained pattern image and the normalized match image. Returns Nothing if the bit that corresponds to WhichImage was not set in the run-time DifferenceImages property.
Namespace: Cognex.VisionPro.PatInspectAssembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 69.0.0.0
Syntax
Parameters
- whichImage
- Type: Cognex.VisionPro.PatInspect CogPatInspectDifferenceImageConstants
A CogPatInspectDifferenceImageConstants constant
Return Value
Type: CogImage8GreyExceptions
| Exception | Condition |
|---|---|
| ArgumentException | whichImage is not one of CogPatInspectDifferenceImageConstants that specifies a single image. |
Remarks
Image that provides thresholded differences between the trained pattern image and the normalized match image. Returns Nothing if the bit that corresponds to WhichImage was not set in the DifferenceImages property.
See Also