April 2017
Intermediate to advanced
532 pages
12h 39m
English
While a full treatment of image processing is beyond the scope of this book, you will need to know a few basics to proceed. Each color image can be represented as a three-dimensional array, or matrix, of pixels. The first two dimensions, that is the x and y axes, represent the position of each pixel, while the third dimension represents the Red, Blue, and Green (RGB) color values for each pixel.
A grayscale image only requires one value per pixel (there are no RGB values), so it can be represented as a plain two-dimensional matrix. For many image processing and machine learning tasks related to images, it is common to operate on grayscale images. We will do this here by converting the color images to grayscale ...
Read now
Unlock full access