April 2020
Intermediate to advanced
438 pages
12h 2m
English
In this recipe, we will use a flower RGB image as the input image. Let's start by importing the required libraries with the following code block:
import numpy as npfrom skimage.io import imreadfrom skimage.color import rgb2lab, lab2rgbimport matplotlib.pylab as plt
Read now
Unlock full access