To compute the LMSE and SSIM errors, please call the following functions
levaluate_one_k(input_image,ground_truth), and
evaluate_ssim_one_k(input_image,ground_truth).
Please do not change the order of parameters. The ground-truth images should be in the range of [0,1], instead of [0,255].
