Laplacian Pyramid 拉普拉斯金字塔

Gaussian Pyramid vs Laplacian Pyramid

在这里插入图片描述
A Laplacian Pyramid is a linear invertible image representation consisting of a set of band-pass images, spaced an octave apart, plus a low-frequency residual. Formally, let d ( ⋅ ) d(\cdot) d() be a downsampling operation which blurs and decimates a j × j j \times j j×j image I I I, so that d ( I ) d(I) d(I) is a new image of size j 2 × j 2 \frac{j}{2} \times \frac{j}{2} 2j×2j. Also, let u ( ⋅ ) u(\cdot) u() be an upsampling operator which smooths and expand I I I to be twice the size, so u ( I ) u(I) u(I) is a new image of size 2 j × 2 j 2j \times 2j 2j×2j. We first build a Gaussian pyramid G ( I ) = [ I 0 , I 1 , . . . I K ] , G(I)=[I_0,I_1,...I_K], G(I)=[I0,I1,...IK], where I 0 = I I_0=I I0=I and I k I_k Ik is k k k repeated applications of d ( ⋅ ) d(\cdot) d() to I I I. K K K is the number of levels in the pyramid, selected so that the final level has very small spatial extent ( ≤ 8 × 8 \le 8 \times 8 8×8 pixels).

The coefficients h k h_k hk at each level k k k of the Laplacian pyramid L ( I ) L(I) L(I) are constructed by taking the difference between adjacent levels in the Gaussian pyramid, upsampling the smaller one with u ( ⋅ ) u(\cdot) u(), so that the sizes are compatible:

h k = L k ( I ) = G k ( I ) − u ( G k + 1 ( I ) ) = I k − u ( I k + 1 ) h_k = L_k(I)=G_k(I)-u(G_{k+1}(I))=I_k - u( I_{k+1}) hk=Lk(I)=Gk(I)u(Gk+1(I))=Iku(Ik+1)

Intuitively, each level captures images structure present at a particular scale. The final level of the Laplacian pyramid h K h_K hK is not a difference image, but a low-frequency residual equal to the final Gaussian pyramid level, i.e. h K = I K h_K=IK hK=IK. Reconstruction from a Laplacian pyramid coefficients [ h 1 , . . . h K ] [h_1,...h_K] [h1,...hK] is performed using the backward recurrence:

I k = u ( I k + 1 ) + h k I_k=u(I_{k+1})+h_k Ik=u(Ik+1)+hk

which is started with I K = h K I_K=h_K IK=hK and the reconstructed image being I = I o I=I_o I=Io. In other words, starting at the coarsest level, we repeatedly upsample and add the difference image h at the next finer level until we get back to the full resolution image.

补充

[OpenCV / The Laplacian pyramid] 浅析拉普拉斯金字塔 / 利用拉普拉斯完成采样的恢复 学习笔记

Reference

  1. Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks
  2. Laplacian Pyramid
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值