Skip to content

Commit 471af03

Browse files
committed
switch to bioio
1 parent 05c244c commit 471af03

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

episodes/01-opening-and-checking-an-image.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,3 +469,4 @@ out the pixel size.
469469
- Lookup tables can change how a single-channel image is rendered
470470
- An RGB image contains 3 channels for red, green and blue
471471
::::::::::::::::::::::::::::::::::::::::::::::::
472+

episodes/02-applying-filters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,4 @@ subsequent chapters for thresholding and segmentation!
242242
- There are many ways of smoothing an image
243243
- Different methods will perform better in different situations
244244
::::::::::::::::::::::::::::::::::::::::::::::::
245+

episodes/03-thresholding-and-segmentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,3 +418,4 @@ harder to segment than even, solid, rounded shapes.
418418
- Processing such as watershed transforms can solve cases where features of interest
419419
are very close or stuck together
420420
::::::::::::::::::::::::::::::::::::::::::::::::
421+

episodes/04-measurements.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ A few notes:
8787
- Binary multiplication and `numpy.where` are powerful ways of combining images and masks
8888
- The numbers assigned during labelling can be used to select and process one feature at a time
8989
::::::::::::::::::::::::::::::::::::::::::::::::
90+

episodes/05-napari.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,4 @@ you would need to add to get it to produce tangible output.
272272
- Most operations we performed earlier in Python can also be done in Napari,
273273
either graphically or in the terminal
274274
::::::::::::::::::::::::::::::::::::::::::::::::
275+

0 commit comments

Comments
 (0)