MATLAB Implementation of Chambolle's Projection Algorithm
This MATLAB code implements Chambolle's projection algorithm, where proj.m serves as the main program and the other two files are supporting functions called during execution. The implementation includes numerical optimization techniques for image processing applications.