Hi all,
I’d like to use the following code on my images (A(x) is an operation, x is the image, and b is the measured data).
cvx_begin variable x(N,N)) minimize( (norm(x,1)) ) subject to norm(A((1-x))-b) <= epsilon cvx_end
When the images are small 32x32 this is pretty quick but for real images it seems to not be a good solver. Even 64x64 is slow. Can I use CVX for images (in a reasonable amount of time)?
Thanks so much for your help!
Best,
Christine