Laplace pyramid uses gaussian filter or binomial filter?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Anisia Anil
el 3 de Nov. de 2023
Respondida: Constantino Carlos Reyes-Aldasoro
el 3 de Nov. de 2023
This might be a stupid question. But when I read about Lplacian image pyramids, my understanding was the images are initially blurred and low passed using a gaussian filter. Then i tried to implement it in matlab using "buldLpyr.m" which was avilable in the "matlabPyrTool" from Simoncelli. I have seen a lot of researches referring to this while constructing image pyramids. In this function I have observed they have used a filter named binom5, which is a binomial filter of size 5 for the initial blurring and low-passing the images. Can someone explained to me why?
0 comentarios
Respuestas (1)
Constantino Carlos Reyes-Aldasoro
el 3 de Nov. de 2023
The original Burt and Adelson paper specifically uses a Gaussian filter
The Gaussian is used to blur when going up, and the a subtraction when going down is what creates the Laplacian from the Gaussian.
Not sure why a binomial is used instead of a Gaussian, but if so, it would be a modification and not the original.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!