Creating Images using numpy
Creating Images using numpy Task 1 : Create Image using numpy Task 2 : Crop two images and swap their cropped parts I have taken two images of cats. I would try to swap faces of both the cats. Step 1 : Importing cv2 and numpy libraries Step 2: Loading image 1 Also determine the …