need of edge detection in deblurring an image
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i am trying a project titled "blind and semiblind deblurring of natural images".
their it is mentioned that deblurring method is based on two simple facts
1)in natural image leading edges are sparse 2)edges of the blurred image are less sparse than those of sharp image because they occupy wider area.
i want to know what relationship does this edge detection has with the deblurring the image.. whether its related to know the PSF.. i have no idea about it. kindly help to develop a stratergy
0 commentaires
Réponses (1)
Image Analyst
le 23 Sep 2011
Trying to see how this relates to MATLAB....you can use conv2() to experiment with different convolution kernels. Note how kernels (PSFs) with all positive numbers blur the image while you need negative numbers to sharpen the image or find edges. Have fun experimenting...
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!