CogImageStitch FillDefaultWeightImage Method Cognex VisionPro
This method allows users to fill weightImage with weighting values.The resulting weightImage can be used for blending images togetherweightImage is filled in with the distance in pels from the nearest image boundary, to a maximum of 255. The result is concentric squares of pel values, increasing in weight toward the middle

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

public static void FillDefaultWeightImage(
	CogImage8Grey weightImage
)
Exceptions

ExceptionCondition
CogImageNoPixelsExceptionIf weightImage is not allocated.
CogOperatorNoInputImageExceptionIf weightImage is null.
See Also