OPEN CV part 4

In this blog we will understand about some arithmetic and bitwise operations on image with open cv. So let’s start —

First we will see how to add add two images in open cv —

img1=cv2.imread('input_dog.jpg')
img2=cv2.imread('nature.jpg')

Image for post

#data-visualization #python #data-science #opencv #machine-learning

Basic, Arithmetic and Bitwise Operations on images with OPEN-CV 
1.10 GEEK