March 2020
Intermediate to advanced
366 pages
9h 8m
English
The easiest feature to extract is probably the grayscale value of each pixel. Usually, grayscale values are not very indicative of the data they describe, but we will include them here for illustrative purposes (that is, to achieve baseline performance).
For each image in the input set, we are going to perform the following steps:
resized_images = (cv2.resize(x, scale_size) for x in data)