This demo shows how the Optimization Toolbox
can be used to solve a large-scale constrained linear least-squares optimization
problem to recover a blurred image. We will add motion blur to this photo
of Mary Ann and Matthew sitting in Joe's car, then try to restore the original.
>> load optdeblur;
>> image(colorcar);
>> axis image;
>> axis off; |