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: 87.1.0.0
Syntax
Parameters
- destinationImageMask
- Type: Cognex.VisionPro CogImage8Grey
n/a
Exceptions
| Exception | Condition |
|---|---|
| CogImageNoPixelsException | If destinationImageMask is not allocated. |
| CogOperatorNoInputImageException | If destinationImageMask is null. |
| InvalidOperationException | the destinationImageMask is not the same size as the BlendingBuffer. |
See Also