Image containing the region of the input image that matches the pattern. Match region is simply based on the Pose provided at run-time. Returns Nothing if the bit that corresponds to WhichImage was not set in the run-time MatchImages property.
Namespace: Cognex.VisionPro.PatInspectAssembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 73.0.0.0
Syntax
Parameters
- whichImage
- Type: Cognex.VisionPro.PatInspect CogPatInspectMatchImageConstants
A CogPatInspectMatchImageConstants constant
Return Value
Type: CogImage8GreyExceptions
| Exception | Condition |
|---|---|
| ArgumentException | whichImage is not one of CogPatInspectDifferenceImageConstants that specifies a single image. |
Remarks
Image containing the region of the input image that matches the pattern. Match region is simply based on the Pose provided at run-time. Returns Nothing if the bit that corresponds to WhichImage was not set in the MatchImages property.
See Also