CogImageStitch AllocateBlendingBuffer Method Cognex VisionPro
Allocate the internal data structures that are needed for stitching images in Blending mode.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public void AllocateBlendingBuffer(
	int width,
	int height,
	CogTransform2DLinear rootFromBlending
)
Exceptions

ExceptionCondition
ArgumentNullExceptionIf rootFromBlending is null.
OutOfMemoryExceptionIf allocation failed.
InvalidOperationExceptionIf height is not greater than 0.
See Also