Simple image morphing - α-blending of two images using with a cross-dissolve from one image matrix to another.
This project is like the one on page 32 of your new book, "Hands-On Image Processing with Python".
The following code block shows how to start from one face image and end up with another image by using a linear combination of the two image numpy ndarrays.
- Shoot two pictures (see below)
- Bring them into Colab