ENGG5104 Assignment 1 – Image Processing Basic
runJPEGcompress.py
--Code of Part 1
runRL.py
--Code of Part 2 --maxIters is chosen as 20 through experiments.
runHarris.py
--Code of Part 3 --k is chosen as 3 and t is chosen as 0.45 through experiments.
runUnsharp.py
--Code of Part 4 --When A = 1, it shows the unsharp mask of image. --When A = 2, it return sharpened result image. Because the unsharp mask is too strong comparing to the image, a scaling constant (0.2) is used to control it.