图像处理代码集合

图像处理代码集合

  • 超分辨率重建
    • 人脸超分重建
    • 视频超分
  • 图像去模糊(Deblur)
  • 其它

超分辨率重建

  1. BasicSR - https://github.com/XPixelGroup/BasicSR.git
    BasicSR (Basic Super Restoration) 是一个基于 PyTorch 的开源 图像视频复原工具箱, 比如 超分辨率, 去噪, 去模糊, 去 JPEG 压缩噪声等.

人脸超分重建

  1. GFPGAN - https://github.com/TencentARC/GFPGAN.git,在线demo

视频超分

图像去模糊(Deblur)

  1. Estimating an Image’s Blur Kernel Using Natural Image Statistics, and Deblurring it: An Analysis of the Goldstein-Fattal Method,source code
  2. SmartDeblur - https://github.com/Y-Vladimir/SmartDeblur.git

其它

https://github.com/BBuf/Image-processing-algorithm.git,其中记录了一些图像处理中的论文复现及数字图像处理知识点

你可能感兴趣的:(图像处理,图像处理)