embl-cba / imagej-courses

https://tischi.github.io/imagej-courses/
Creative Commons Attribution Share Alike 4.0 International
17 stars 6 forks source link

advanced image segmentation #21

Open tischi opened 5 years ago

tischi commented 5 years ago

Facts to be demonstrated

Contents

Formative assessments

tischi commented 5 years ago

| 0 | 10 | 1 | | 10 | 11 | 10 | | 0 | 10 | 0 |

What is the outcome of a 3x3 mean filter for the central pixel of above tiny 8-bit image? a) 11 (wrong, simple the central pixel) b) 10 (wrong, this is the median and not the mean) c) 52 (wrong, this is the sum and not the mean) d) 8.66666 (wrong, did not divide sum by 9 but only by 6, which is the number of non-zero entries) e) 5.77777 (wrong-ish, this is the mean, but 8-bit images cannot have floating point values) f) 6 (correct)

tischi commented 5 years ago

Machine learning

tischi commented 5 years ago

Useful image filters