Python-OpenCV: Creating, Swapping and Combining Images
Today we are going to create an image, swap some part of the two photos and then combine them side to side using OpenCV library in python, so let's start:
Creating Image:
As we know that an image can be represented as an array of numbers (2D/3D) depe...
sourcenet.hashnode.dev1 min read