This method allows users to stitch images in overwrite mode. This will fill a destinationImageMask. The BlendingBuffer is not used. destinationImageMask must be either(1)null (i.e. no mask is desired),or (2) non-null, allocated, and the same size as the destinationImage.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 85.1.0.0
Syntax
Parameters
- inputImage
- Type: Cognex.VisionPro CogImage8Grey
n/a
- destinationImage
- Type: Cognex.VisionPro CogImage8Grey
n/a
- destinationImageMask
- Type: Cognex.VisionPro CogImage8Grey
n/a
Exceptions
| Exception | Condition |
|---|---|
| CogOperatorNoInputImageException | If inputImage is null. |
| CogImageNoPixelsException | If destinationImageMask is not null and not allocated. |
| InvalidOperationException | If destinationImageMask size differs from inputImage.(If destinationImageMask is non-null and allocated) |
See Also