lansing
4th June 2018, 15:14
Screening are those pattern when you scan an image that was printed by an inkjet printer. There wasn't many talk about how to remove it in this forum, the only one that I can find is this one (https://forum.doom9.org/showthread.php?t=158242) from 8 years ago.
The general concept of removing them I've found is to use a fft transform. In the fft image, all the screening patterns will appear as little diamonds across the image, then all you have to do is to cover the center of those little diamond with black.
Then there're the better approach where you have to scan the same image at different angles, in which I have no idea how it works.
In photoshop there is this top of the line plugin Sattva Descreen (http://www.descreen.net/eng/soft/descreen/descreen.htm) that can do this. It was able to separate screen removal and moiré pattern reduction into two parts.
So I was wondering does anyone who is familiar with this stuff knows how they do that? Or maybe implement it for vapoursynth?
The general concept of removing them I've found is to use a fft transform. In the fft image, all the screening patterns will appear as little diamonds across the image, then all you have to do is to cover the center of those little diamond with black.
Then there're the better approach where you have to scan the same image at different angles, in which I have no idea how it works.
In photoshop there is this top of the line plugin Sattva Descreen (http://www.descreen.net/eng/soft/descreen/descreen.htm) that can do this. It was able to separate screen removal and moiré pattern reduction into two parts.
So I was wondering does anyone who is familiar with this stuff knows how they do that? Or maybe implement it for vapoursynth?