Skip to content

Commit 341567e

Browse files
committed
Add methods for imcflibs.imagej.processing
1 parent 202db67 commit 341567e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,14 @@ detailed information, please refer to the updated API documentation.
141141
`standard_deviation` using a defined axis.
142142
* `imcflibs.imagej.prefs.set_default_ij_options` to configure ImageJ default
143143
options for consistency.
144+
* New module `imcflibs.imagej.processing` containing utilities for filtering and thresholding:
145+
* `imcflibs.imagej.processing.apply_filter` to apply a filter to an
146+
ImagePlus.
147+
* `imcflibs.imagej.processing.apply_rollingball_bg_subtraction` to apply a
148+
rolling ball background subtraction to an ImagePlus.
149+
* `imcflibs.imagej.processing.apply_threshold` to apply a threshold method to
150+
an ImagePlus.
151+
*
144152

145153
## 1.4.0
146154

0 commit comments

Comments
 (0)