Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jklebes/bandpass into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jklebes committed Jan 19, 2023
2 parents 6309c88 + 6822157 commit f7c9598
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bandpass
# imbandpass
Bandpass filter for images (2D arrays) supressing high-frequency noise, low-frequency variations, and stripes. Gaussian, Butterworth, or hard filter options.
[![View bandpass on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://uk.mathworks.com/matlabcentral/fileexchange/120028-bandpass)

Expand All @@ -17,9 +17,11 @@ equivlently
``image`` Image in. Handles single-channel or RGB images as arrays: input (m,n) or (m,n,3) array of values in range 0 to 255;
a uint8 array of the same dimensions with values 0 to 255 will be returned.

``low_cutoff`` - filter out features below this (real space) lengthscale
``low_cutoff`` - filter out features below this (real space) lengthscale in pixels.

``high_cutoff`` - filter out features above this lengthscale
``high_cutoff`` - filter out features above this lengthscale.

It's possible to set upper and/or lower cutoff to ``[]`` and not apply this aspect of the filter.

#### Optional keyword parameters

Expand Down
Binary file removed bandpassGUI.mlapp
Binary file not shown.
14 changes: 0 additions & 14 deletions read_image_file.m

This file was deleted.

0 comments on commit f7c9598

Please sign in to comment.