how gaussian kernel affects the image?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Nazi khan
el 10 de Abr. de 2016
Respondida: Image Analyst
el 10 de Abr. de 2016
in deblurring phenomena
0 comentarios
Respuesta aceptada
Image Analyst
el 10 de Abr. de 2016
It won't deblur, it will blur. If you subtract two of them, you do a Laplacian of Gaussian or Difference of Gaussian filter (DOG filter), and that can locate edges. If you add a scaled version of the DOG image to the original, it can "enhance" or emphasize the edges, which you might consider as a deblurred version.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!