From ba2134a2b1681d6f783af08e46836aa05620d981 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Tue, 3 Feb 2015 14:13:40 +1100 Subject: [PATCH] Update discussion on time-varying images --- doc/source/user_guide/numpy_images.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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) +======================== ========================================