haesleinhuepf / BioImageAnalysisNotebooks

Python Jupyter notebooks for BioImageAnalysis, GPU-accelerated image processing, bio-image data science and more
https://haesleinhuepf.github.io/BioImageAnalysisNotebooks
BSD 3-Clause "New" or "Revised" License
115 stars 32 forks source link

add notebook demonstrating the difference between `cle.scale` and `skimage.transform.downscale_local_mean` #39

Closed thawn closed 11 months ago

thawn commented 1 year ago

cle.skale essentially preserves noise when downscaling. skimage.transform.downscale_local_mean, on the other hand, denoises at the same time.

I would like to add a notebook that demonstrates this.

thawn commented 1 year ago

Just give me a few days ...

haesleinhuepf commented 1 year ago

Maybe compare https://scikit-image.org/docs/stable/api/skimage.transform.html#skimage.transform.rescale instead of/and cle.scale.