Skip to content

Commit

Permalink
Update discussion on time-varying images
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Feb 3, 2015
1 parent fd6c7a2 commit ba2134a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/source/user_guide/numpy_images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
======================== ========================================

0 comments on commit ba2134a

Please sign in to comment.