Slide 3
Objective
Apply compressed sensing to recover a full image from a
small number of sampled pixels
Original image Sampled image Recovered image
Slide 4
Application
Corrupted image recovery
Corrupted image Recovered image
Recover
读取图片,并转换成double数据类型。根据blkSize和sampleNum,把图片分割成blkSize * blkSize的小块,然后再每个小块上进行复原工作: (1)每个小块上进行采样(随机选择sampleNum的像素) (2)根据dct变换规则,构造变换矩阵(T矩阵)。 (3)通过交叉验证法和omp算法来计算出最优的λ值。 (4)通过omp算法(用求好的λ_opt),来计算alpha矩阵(dct变换结果) (5)通过反dct变换来得出复原图像,拼接每个小块的复原图像,得到完整的复原图像进行MedianFiltering 详见:https://mp.weixin.qq.com/s/8E6KmtZvT2NIN5ObnUs7wQ