This method extracts the result mask indicating which pels in the stitched image are meaningful. This can be useful to tell user which pels were actually written during the stitch operation.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax
Parameters
- destinationImageMask
- Type: Cognex.VisionPro CogImage8Grey
n/a
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If Number of Blended Image is zero. |
| CogOperatorNoInputImageException | If destinationImageMask is null. |
| CogImageNoPixelsException | If destinationImageMask is not allocated. |
See Also