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
123 stars 35 forks source link

Issue on page /18_image_filtering/03_background_removal.html #22

Closed Nelson-Gon closed 1 year ago

Nelson-Gon commented 1 year ago

Hi,

Thank you for these notes. I noticed a minor (furthermore) typo in this sentence

"There are other techniques for background subtraction such as the top-hat. Furthwermore, the Difference of Gaussians (DoG) is a technique for combined denoising and background removal."

More interestingly, would it be possible to add some benchmarks regarding how fast different algorithms are? This could be useful to devs interested in fast yet good enough implementations. Also, perhaps a table with a few cons/pros of different algorithms might be useful.

Apologies if these are tackled elsewhere and I do appreciate this awesome work.

NelsonGon

haesleinhuepf commented 1 year ago

Awesome! Thanks for the feedback @Nelson-Gon . I'm going to fix it soon. Some notebooks were written in a rush and that's why feedback of that kind is extremely helpful.

Thanks again and Happy New Year!