Skip to content

Commit 7888246

Browse files
authored
Merge pull request #80 from lguerard/issues/34
Add methods for `imcflibs.imagej.processing`
2 parents 7de2301 + 341567e commit 7888246

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
* Additions to `imcflibs.imagej.bioformats`:
146154
* `imcflibs.imagej.bioformats.export` to export an image to a given file.

0 commit comments

Comments
 (0)