NEUBIAS / training-resources

Resources for teaching/preparing to teach bioimage analysis
https://neubias.github.io/training-resources
Other
46 stars 21 forks source link

Minimal example material #20

Closed tischi closed 2 years ago

tischi commented 4 years ago

@haesleinhuepf

What about these modules, using an image with few nuclei as an example:

  1. Basic bioimage analysis workflow overview
  2. Pixels (an image is made of pixels)
  3. Image binarisation
  4. Image threshold (to achieve image binarisation)
  5. Connected component analysis
  6. Object shape measurements
tischi commented 3 years ago
manerotoni commented 3 years ago

Hello, I would like to add some more workflows that may or may not overlap with other workflows.

Image restoration simple denoising

  1. Basic on what are the problems of an image coming from a microscope
  2. Pixels (an image is made of pixels)
  3. Image quality may be contaminated by noise. What type of noise we can have.
  4. Noise can be removed by filtering (rank filter, smoothing, etc.)
  5. 2D and/or 3D denoising.

Image restoration - deconvolution

Image analysis - colocalization

  1. Overview of questions related to colocalization

  2. Multi-color images and pixels

  3. Pixel-based and object based colocalization. When to use one or the other case.

  4. Object based colocalization

    • image binarization
    • CCA
    • distance measures or object overlap measures
  5. Pixel-based colocalization

tischi commented 3 years ago

Sounds great!

🚀

Just have a look whether you can reuse/improve/polish something that we have already, e.g.:

Here is also more stuff that I would be very happy to convert into the format of this repo: https://github.com/embl-cba/imagej-courses/tree/master/practicals

ping @tobyhodges, as you can see there may be some activity in this project after some silence. Would you have the resources to answer, in case, technical questions regarding the automated web-site creation?

tobyhodges commented 3 years ago

Yep, I'll keep an eye out for notifications from this repository. Just make sure to @ me so I see it...

BTW the first draft of this tutorial on Jekyll and GitHub Pages is well on its way to being finished and may be helpful for those of you spending a lot of time on this material...