Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » OpenCV » Miscellaneous Image Transformations » cvBlendLinear
| Module: | OpenCV | 
|---|
Blend images.
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inImage1 | Image | First input image | 
![]()  | 
				inImage2 | Image | Second input image | 
![]()  | 
				inWeights1 | Image | |
![]()  | 
				inWeights2 | Image | |
![]()  | 
				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.

 Basic
