Advance image processing using OpenCV

Blending two images Suppose you have two images and you want to blend them so that features of both images are visible. We use image registration techniques to blend one image over the second one and determine whether there are any changes. Let’s look at the code. Let’s look at some of the functions used…

Read More