diff --git a/doc/source/user_guide/numpy_images.txt b/doc/source/user_guide/numpy_images.txt index c1664259..916c5285 100644 --- a/doc/source/user_guide/numpy_images.txt +++ b/doc/source/user_guide/numpy_images.txt @@ -242,3 +242,15 @@ shape (t, pln, row, col, ch): >>> for timepoint in image5d: # doctest: +SKIP ... # each timepoint is a 3D multichannel image ... do_something_with(timepoint) + + +We can then supplement the above table as follows: + +.. table:: Addendum to dimension names and orders in scikit-image + +======================== ======================================== +Image type coordinates +======================== ======================================== +2D color video (t, row, col, ch) +3D multichannel video (t, pln, row, col, ch) +======================== ========================================