Skip to content

Commit 3fab812

Browse files
Jason KlebesJason Klebes
Jason Klebes
authored and
Jason Klebes
committed
Gaussian stripe filter mode
2 parents c6837a8 + 2b918f3 commit 3fab812

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# bandpass
2-
MATLAB bandpass filter for 2D images
2+
Bandpass filter for images (2D arrays) supressing high-frequency noise, low-frequency variations, and stripes. Gaussian, Butterworth, or hard filter options.
33
[![View bandpass on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://uk.mathworks.com/matlabcentral/fileexchange/120028-bandpass)
44

55
to use: call function ``imbandpass(image, low_cutoff, high_cutoff)``, returns smoothed image
@@ -19,9 +19,9 @@ to use: call function ``imbandpass(image, low_cutoff, high_cutoff)``, returns sm
1919

2020
``stripeFilter = 'Gaussian' `` or ``'hard'`` - stripe filter mode, default ``'gaussian'``
2121

22-
``stripeWidth`` - stripe width to suppress, default ``3``
22+
``stripeWidth`` - stripe width to suppress, default ``3``. If ``0``, no stripe supression will take place, even if ``stripeOption = 'Horizontal' `` or ``'Vertical'`` was chosen.
2323

24-
``filter='butterworth'`` or ``'hard'``, filter profile, default ``'guassian'``
24+
``filter='gaussian', 'butterworth'`` or ``'hard'``, filter profile, default ``'gaussian'``
2525

2626
``butterworthN`` exponent in butterworth filter, default ``1``
2727

0 commit comments

Comments
 (0)