...

/

TF’s Image Processing Module (Part 1)

TF’s Image Processing Module (Part 1)

Learn to process images using TF's tf.image module.

Digital images are stored in a variety of formats. Images can be in different sizes and scales. Moreover, we might have to adjust the brightness and contrast of the images to make them look visually better. The TF framework provides us with the tf.image module to perform image processing. This module consists of numerous image processing functions for geometric and color transformations. Let’s explore the functions of the tf.image module for geometric transformations.

Geometric transformations

...