Back to Aurora Vision Studio website

You are here: Start » Filter Reference » OpenCV » Miscellaneous Image Transformations » cvBlendLinear

cvBlendLinear


Module: OpenCV

Blend images.

Name Type Description
Input value inImage1 Image First input image
Input value inImage2 Image Second input image
Input value inWeights1 Image
Input value inWeights2 Image
Output value outImage Image Output image

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError All input images must have equal size and depth in cvBlendLinear.
DomainError inImage1 and inImage2 must be UINT8 image in cvBlendLinear.
DomainError Input weights must be one channel image in cvBlendLinear.
DomainError Input weights must have pixel real type in cvBlendLinear.

Complexity Level

This filter is available on Basic Complexity Level.