diff --git a/CHANGELOG.md b/CHANGELOG.md index d0829349..21b0a604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -141,6 +141,14 @@ detailed information, please refer to the updated API documentation. `standard_deviation` using a defined axis. * `imcflibs.imagej.prefs.set_default_ij_options` to configure ImageJ default options for consistency. +* New module `imcflibs.imagej.processing` containing utilities for filtering and thresholding: + * `imcflibs.imagej.processing.apply_filter` to apply a filter to an + ImagePlus. + * `imcflibs.imagej.processing.apply_rollingball_bg_subtraction` to apply a + rolling ball background subtraction to an ImagePlus. + * `imcflibs.imagej.processing.apply_threshold` to apply a threshold method to + an ImagePlus. + * ## 1.4.0