非局部像素块贴片差值算法

论文原名为“Image interpolation via collaging its non-local patches”

本文只对论文记录个人理解,细节部分可以去看原文,如有错误请指出。

中心思想

改算法的中心思想为:一个高分辨率图像块可以由四个低分辨率图像块重构组成;
高分辨率图片的一个像素块可以分解为由四种不同采样格得到的子像素块Yi, ya ,yb ,yc: 如下图所示,在这里插入图片描述因为像素都是间隔采样且相邻,所以应该具有非常高的相似性。假设我们超分辨率的倍数是2;那么原图像素点可以理解为yi;也就是准确值,我们需要找到剩下三个像素块ya、yb、yc,如果我们找到就可以通过贴片的方式重构得到高分辨率像素块fi。为了保证我们在找的过程中ya、yb、yc不是同一个像素块,我们通过其左下角的坐标进行限制,保证ya yb yc三个具有不同的空间坐标关系。
如果用yi=ya=yb=yc来去寻找,那么明显对图片是过于苛刻的,所以寻找L个相似度最高的图像块,然后对这个图像块进行加权求和来近似ya yb 和yc。
得到ya yb yc后重新编码重构,即可得到高分辨率fi。

算法实现

1.对图片进行双线性插值得到伪高分辨率结果,其中yi所在的像素点为真实值;
2.设置迭代次数以及其它参数,需要多次进行插值不断对图片进行修正。
3.将图片分为多个像素块,获取某一像素块fi信息,然后再fi为中心的搜索框内寻找相似度前L个的faj fbj fcj ,(PS:前文提到的yi是由fi与采样网格G00相乘得到的)如下所示
在这里插入图片描述
4.然后通过矩阵的最小二乘法进行计算得到每个权重,然后加权求和得到最终的fa fb fc
5.将fa fb fc 进行重新编码得到该轮次输出的像素块fi
6遍历完所有像素块,完成图片的更新
7.所有轮数都计算完成,输出最终的高分辨率图片。

CT image compression (a) Implement the simplified DCT compression process above for n = 2, 4, and 8 and apply it to the attached image. Show the reconstructed images for these three different cases. [3 images] Compute the PSNR values of the three reconstructed images and discuss what the PSNR value means here. (b) Use the same process in (a) with image transformed to YIQ color model and show the reconstructed image in RGB space. [3 images] Compute the PSNR values of the three reconstructed images and discuss what the PSNR value means here. Dithering 2. Dithering (30%) Convert the image cat2_gray.png to binary (black and white) image with different methods of dithering, show the results, and make some comparison with the results. (a) Apply noise (random) dithering on the provided image and show the result. [1 image] (b) Apply average dithering on the provided image and show the result. [1 image] (c) Apply error diffusion dithering (Floyd-Steinberg algorithm) on the provided image and show the result. [1 image] Image Interpolation Implement the image interpolation function to upsample an image to four times the original width and height. Implement the following two different interpolation methods and show the 4× upsampled images. (a) Apply nearest-neighbor interpolation on the low resolution image, cat3_LR.png, and compute the PSNR with the original high resolution image, cat3_HR.png. [1 image] (b) Apply bilinear interpolation on the low resolution image and compute the PSNR with the high resolution image. [1 image] (c) Apply bicubic interpolation on the low resolution image and compute the PSNR with the high resolution image. [1 image]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值