Fast Convex Optimizer for for images (compressed sensing)?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
4 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!