Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the basics of image processing in Python, focusing on manipulating images, converting them to grayscale, and applying filters like Sobel for edge detection. It also introduces the concept of convolution with kernels to create new images. The instructor demonstrates how to work with pixel values, handle image borders, and implement operations like smoothening and finding seams of least energy. The lecture concludes with a preview of the upcoming algorithm for finding the seam of least energy.