Louisiana State University Department of Electrical and Computer Engineering EE7730 - Image Analysis I Fall 2006 Problem Set 2 Assigned: October 11, 2006 (Wednesday) Due: October 20, 2006 (Friday) What to Return: Email your m-file to me by midnight. Problem: Write an m-file that implements the POCS algorithm we discussed in the class. The matlab function should be in the following format: f = pocs(g,h,t,n); % g: input image % h: point spread function % t: threshold % n: number of iterations % f: restored image