Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Function addWeighted in OpenCV

Hello everyone,

I need blend two images im my mosaic, but i need use the function addWeighted of the OpenCV. But, this function require that my images had same size. My images have different sizes.

Can I implement this equation N(x, y)= αI(x, y)+(1- α)C(x, y) for don't use this function in my code ? Already that my images has different sizes.

Thanks!