I want to take an image of blurry cylindrical objects and get rid of the blur, basically sharpen the image. How do I do that in Matlab?
+1
A:
See the "sharpening" section in http://www.aquaphoenix.com/lecture/matlab10/page3.html.
bobobobo
2010-06-30 19:31:57
+1
A:
You can do it with filters.
See here, section 10.2.4 here: http://www.aquaphoenix.com/lecture/matlab10/page3.html
rlb.usa
2010-06-30 19:32:18
+1
A:
In addition to all the good answers by others: for the very very simple inputs, you can simply threshold the image if you just need the boundary of those cylinders.
rwong
2010-06-30 19:45:35