Skip to content

Releases: jklebes/bandpass

v1.2.2

19 Jan 15:40
Compare
Choose a tag to compare

Bugfix in hard stripe filter.
Different handling of loss of 0th mode background intensity.

v1.2.1

16 Dec 08:40
ed0dcf9
Compare
Choose a tag to compare
Delete read_image_file.m

v1.2.0

13 Dec 10:27
Compare
Choose a tag to compare

added color images

v1.1.1

12 Dec 17:32
07297e7
Compare
Choose a tag to compare
Update README.md

v1.1.0

12 Dec 17:31
Compare
Choose a tag to compare
undo previous type problems, correct my understandng of stripe tolerance

v1.0.4

18 Nov 10:49
Compare
Choose a tag to compare

Corrected image range.

v1.0.2

15 Nov 10:22
Compare
Choose a tag to compare

Stripe filter options. Gaussian stripe filter.

1.0.0

15 Nov 10:03
Compare
Choose a tag to compare

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

v0.0.1

04 Nov 17:10
Compare
Choose a tag to compare

Version 0.0.1

First version. Basic functionality.