View Single Post
Old 21st March 2017, 09:17   #88  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
This all depends a bit on which task we're talking about. But if it's image upscaling, then let me say:

The problem with linear filters is that they don't treat high-contrast edges any differently than smooth areas. If you downscale a "groundtruth" image, then upscale it again, using linear filters, and if you then use PSSR or SSIM to compare the down+upscaled image to the original image, all linear filters produce *very* bad results. So no offense, but IMHO no linear filter is even remotely mathematically accurate, at least when talking about upscaling. If you want accurate results, you need an algorithm which adapts to high contrast edges.
madshi is offline   Reply With Quote