This method extracts the stitched image from the BlendingBuffer. This will write the unfilledPelValue into any destination pixels that were never written.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- destinationImage
- Type: Cognex.VisionPro CogImage8Grey
n/a
- unfilledPelValue
- Type: System Int32
n/a
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If BlendingBuffer is not allocated. |
| CogImageNoPixelsException | If destinationImage is not allocated. |
| CogOperatorNoInputImageException | If destinationImage is null. |
See Also