Tiling is an important process for analysis of images with computer vision and allows for a more detailed look at specific sections of an image without sacrificing resolution. After dividing an image into tiles, computer vision algorithms can then inference on each individual tile before reassembling them into a new composite image.