This method extracts the stitched image from the BlendingBuffer. Any destination pixels that were never written to are untouched.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Parameters
- destinationImage
- Type: Cognex.VisionPro CogImage8Grey
n/a
Exceptions
| Exception | Condition |
|---|---|
| CogOperatorNoInputImageException | If destinationImage is null. |
| CogImageNoPixelsException | If destinationImage is not allocated. |
| InvalidOperationException | If BlendingBuffer is not allocated. |
See Also