Skip to content

1.0.0

Compare
Choose a tag to compare
@jklebes jklebes released this 15 Nov 10:03
· 41 commits to main since this release

Bandpass filter for images (2D arrays) supressing high-frequency noise, low-frequency variations, and stripes.

New

  • function name changed to imbandpass to avoid conflict with MATLAB's 1D bandpass
  • Gaussian filter mode and made default, replicating ImageJ FFT bandpass
  • Validating input arguments

Still missing:

  • Gaussian stripe supression, it's currently on 'hard' cutoff
  • Handling different image formats