ayanc / ndeblur

A Neural Approach to Blind Motion Deblurring
44 stars 17 forks source link

How to deblur RGB picture? #4

Closed Akumio closed 5 years ago

Akumio commented 5 years ago

Excuse me,Can this project target color images and if so,how to deblur RGB picture?

ayanc commented 5 years ago

This paper describes a method to estimate the blur kernel, and then uses the EPLL algorithm to do the actual deblurring (non-blind deconvolution). Given color images, you should convert them to grayscale and use that for kernel estimation. Then, you can search for non-blind deconvolution methods for color images.