Fast Convex Optimizer for for images (compressed sensing)?
1 次查看(过去 30 天)
显示 更早的评论
I have the following cost function
minimize ||x||1,
subject to
|| A(x) - b||2 < epsilon
Where A is some operator (A(x) ~= A*x, unfortunately), x is my image, and b is my measurement.
At the moment, I am using cvx to solve. This works perfectly for little "images" (32 x 32), but for any real images (128x128 or 256 x 256) it is super slow!
Does anyone know of a better solver or a better way to solve this kind of problem? I feel like there has to be a better way with all of the compressed sensing done on images these days.
Thanks so much for your help! I really appreciate your help!
Christine
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!