Moiré no more (2021)
newsletter.shifthappens.site
Moiré no more (2021)
1–10 of 34 posts
Re: Moiré no more (2021)
#2Relevant xkcd: https://xkcd.com/1814/
Re: Moiré no more (2021)
#3Actually the noise from the moire can fake detail that wasn't there in the first place. Put film grain or a raster on top of a blurry image and it will subjectively improve in quality.
Re: Moiré no more (2021)
#4Re: Moiré no more (2021)
#5Re: Moiré no more (2021)
#6A certain YouTube creator wears striped shirts on camera a lot, but I feel like he should probably know better. I wonder if it’s an intentional, subtle troll?
Re: Moiré no more (2021)
#7Past discussion: https://news.ycombinator.com/item?id=28663719 Relevant xkcd: https://xkcd.com/1814/
Re: Moiré no more (2021)
#8But extreme Moiré effect from resizing is not really Moiré. It's aliasing. And it typically happens because the resizing happens in a non-linear colorspace and/or with a poor kernel. Unfortunately this mistake is quite common in many image processing software.
Re: Moiré no more (2021)
#9I wonder what would be the more systematic approach than manually painting over the fft image? That constellation of peaks in fft should be reasonably easy to recognize (semi-)automatically, then you'd need to figure out good mask for those.. is it a circular blob, or maybe diamond/star shape? And what size is best? Etc etc.
Re: Moiré no more (2021)
#10I wonder what would be the more systematic approach than manually painting over the fft image? That constellation of peaks in fft should be reasonably easy to recognize (semi-)automatically, then you'd need to figure out good mask for those.. is it a circular blob, or maybe diamond/star shape? And what size is best? Etc etc.
FFT essentially just transforms data into its frequency domain, so I assume the representation shown in the article is just that, brighter spots indicate higher frequency information (which would come from all the little spaced dots), so killing those essentially smooths the noise out of the data.
I imagine that the same effect could be automatically achieved by identifying which frequencies to filter out to get the desired effect.