From 341567e7f753540a97735c0a3ce84e06bb75b467 Mon Sep 17 00:00:00 2001 From: Laurent Guerard Date: Tue, 8 Apr 2025 16:56:25 +0200 Subject: [PATCH] Add methods for `imcflibs.imagej.processing` --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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