April 2020
Intermediate to advanced
438 pages
12h 2m
English
First, let's import the libraries and the functions required to implement an affine transformation on a grayscale image:
import numpy as npfrom scipy import ndimage as ndifrom skimage.io import imreadfrom skimage.color import rgb2gray
Read now
Unlock full access