April 2020
Intermediate to advanced
438 pages
12h 2m
English
In this recipe, the input image we will use will be an orange fish in an aquarium and the object of interest will be the fish. You will detect the fish, change its color, and make it transparent using the color range of the fish in HSV space. Let's start by importing the required libraries:
import cv2import numpy as npimport matplotlib.pylab as plt
Read now
Unlock full access