from machinevisiontoolbox import Image, FileCollection
images = FileCollection('campus/*.png')  # image iterator
Image.Tile(images).disp()