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