Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 306 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 306 Bytes

ComputerVision

Exercises in Computer Vision

  1. 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.