Message Boards Message Boards

0
|
5269 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Laplacian Gaussian smoothing filter

Posted 9 years ago

I've read few articles that Laplacian (second derivative in x + second derivative in y) is used to actually sharpen the images. Because when you apply a Laplacian kernel on an image, it essentially marks its intensities, and (after some re-scaling), if you add the result of the filter to the original image it is as if that you are intensifying the pixels that have high intensities already, and it is very clear that why this technique actually used to sharpen the intensities. (for example: http://homepages.inf.ed.ac.uk/rbf/HIPR2/log.htm)

But one thing that I don't understand is that why this operation (Laplacian operation) in some other articles and some other parts of the literature is referred to as an smoothing filter!! I don't see how Laplacian filter just by itself can be used as an smoothing tool ?!! Isn't it used to sharpen the image even more rather than smoothing it? Isn't it that the effect of this filter is to highlight edges in an image? What is it when they talk about Laplacian smoothing filter?

Thanks, --Rudy

POSTED BY: rudy b
2 Replies
Posted 9 years ago

The smoothing may be a reference to the Laplacian appearing in Poisson's equation. For example del^2 V = -rho in electrostatics, where rho is charge density acting as a source term, and the dependent variable is the electrostatic potential. The solution tends to smooth out over space any discontinuities in the potential.

POSTED BY: David Keith

Would you mind giving pointers to these "smoothing filter" references? It might be a case of terminology collision with a domain other than image processing.

POSTED BY: Matthias Odisio
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract