news.volyx.in

Moiré No More (getrevue.co)

1002 points by stock_toaster · 1822 days ago · 112 comments on HN

Article summary

The article discusses a technique for removing moiré patterns from images using the Fast Fourier Transform (FFT). This method involves identifying and removing specific frequencies from the image that correspond to the moiré pattern. The article's approach is based on a band-stop filter that targets the frequencies associated with halftone dots. The effectiveness of this technique is demonstrated through examples and comparisons with other methods.

Main themes

  • Moiré pattern removal
  • Fast Fourier Transform (FFT)
  • Image editing techniques
  • Convolution vs FFT
  • Artifact reduction
  • Regular pattern removal
  • Image processing software

What commenters say

  • The FFT-based method for removing moiré patterns is a useful technique that can be applied in various image editing software.
  • The approach described in the article is not a general moiré removal technique, but rather a band-stop filter that targets specific frequencies.
  • Using a convolution kernel instead of a hand-painted FFT mask can be a more local and efficient approach to removing moiré patterns.
  • The article's technique can be improved by using more advanced methods, such as MAP estimation, which can provide better results.
  • The use of FFT for moiré removal can introduce artifacts, such as ringing, which need to be addressed.
  • The technique described in the article can be applied to other types of regular patterns, such as textured paper, but may not work for all types of textures.
  • The choice between using FFT or convolution for image processing depends on the size of the kernel and the image, with FFT being more efficient for large kernels.
  • The article's approach is not the only solution for removing moiré patterns, and other methods, such as wavelet denoising, can also be effective.