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