Update discussion on time-varying images

This commit is contained in:
Juan Nunez-Iglesias
2015-02-03 14:13:40 +11:00
parent fd6c7a26d8
commit ba2134a2b1
+12
View File
@@ -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)
======================== ========================================