Exercises in Computer Vision
- Hole Filling exercise — The goal is to create an algorithm for image hole filling. You're given a grayscale image (2D array), where each pixel value is a float in the range [0, 1], and invalid (missing) values which are marked with the value -1.