1. Load test images: bay.jpg, brain.jpg, cat.jpg
2. Apply global equalization (Use function histeq)
3. Apply adaptive histogram equalization with different tiling size 8x8 16x16 32x32 64x64 (Use function adapthisteq, the mod is 'NumTiles')
4. Show the original images and result images in single drawing
5. Save the results