Laplace pyramid uses gaussian filter or binomial filter?
9 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Constantino Carlos Reyes-Aldasoro
2023-11-3
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!