Allocate the internal data structures that are needed for stitching images in Blending mode.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- width
- Type: System Int32
n/a
- height
- Type: System Int32
n/a
- rootFromBlending
- Type: Cognex.VisionPro CogTransform2DLinear
n/a
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If rootFromBlending is null. |
| OutOfMemoryException | If allocation failed. |
| InvalidOperationException | If height is not greater than 0. |
See Also