Open maidens opened 8 years ago
Currently looking through prox-TV code to see how the MATLAB interface works and then I'll emulate that with Julia - looking to have something by mid-weekend.
Awesome! Yeah, that's probably the best (though maybe not the easiest) way to go about it. If you do it that way, it would be worth thinking about reaching out to Alvaro and Survit to see if they want to incorporate the new interface into their toolbox.
Currently this project relies on MATLAB code called using MATLAB.jl, but this was kind of a hack just to get something working quickly. This is fine for generating relatively small images (e.g. 16 x 16) on my personal machine, but for more realistically-sized images we may want to run the code on a more powerful server (and exploit parallelism, see issue #2 ) to improve performance. Since it's unlikely that we'll be able to get MATLAB running on AWS, we probably want to remove this dependency.
The MATLAB code is to run this software for computing the prox operator for total-variation regularization: https://github.com/albarji/proxTV. This is used in the z-update in the Douglas-Rachford iteration.
A few options for how to do this (probably in order of easiness):