I am trying to implement a regularization method for image restoration in Matlab. This is the equation that is being used:
I am using this to restore a blurred image, with some Gaussian noise.
I am trying to apply an iterative algorithm, particularly the Conjugate Gradient algorithm, however I am unsure how to go about it in Matlab.
If anyone could provide any assistance that would be greatly appreciated, thank you.