简介
本文主要搜集底层图像处理和计算摄影相关的论文。
1. 图像滤波
论文标题 | 方法简介 | 备注 |
---|---|---|
A pull-push method for fast non-local means filtering | 1. NLM降噪的多尺度版本。 2. 用同样的计算量,可达到更大滤波半径。 3. 在最新的谷歌图像处理app中用于图像降噪。 | 已读。 无代码。 |
2. 多帧降噪
论文标题 | 方法简介 | 备注 |
---|---|---|
Fast Burst Images Denoising(Siggraph, 2014) | 1. 提出Homography flow用于图像对其。 2. 运动位置用consistent pixels进行选择。 3. 多尺度时域像素融合. 4. 用于windows phone的拍照。 | 已读. 无code. |
3. 图像对齐
论文标题 | 方法简介 | 备注 |
---|---|---|
Bundled Camera Paths for Video Stabilization(Siggraph, 2013) | 未读. Matlab代码. | |
PatchMatch: A Randomized Correspondence Algorithm for Structural Image Editing(Siggraph, 2009) | 未读. Matlab/C++代码. |
4. HDR
论文标题 | 方法简介 | 备注 |
---|---|---|
Automatic Noise Modeling for Ghost-free HDR Reconstruction(Siggraph, 2013) | 未读. 无代码. |