I want to use the Laplacian pyramid framework for representing images. The The Laplacian Pyramid as a Compact Image Code's language seems to provide freedom in the choice of blurring/interpolation kernel, subject to certain constraints. However, as we are performing subsampling when constructing pyramids, would aliasing be a problem with an injudicious choice?
I read in the Toronto lecture notes on image pyramids(Slide 8) that a laplacian pyramid can reconstruct an image exactly, agnostic of the kernel. Can i take this to be a guarantee against aliasing, or can aliasing be "hidden" by the reconstruction process?
No comments:
Post a Comment