Making algorithms at least 3D, preferably nD

Juan Nunez-Iglesias jni.soma at gmail.com
Sun Apr 28 20:36:42 EDT 2013


#shamelessselfpromotion

@Marianne:

On Sun, Apr 28, 2013 at 9:52 PM, Marianne Corvellec <
marianne.corvellec at ens-lyon.org> wrote:

>
> In [1]: import skimage.io as io
>
> In [2]: coll = io.ImageCollection('Movie2/movie2_t005_z*_c001.png')
>
> In [3]: len(coll)
> Out[3]: 21
>
> In [4]: coll[0].shape
> Out[4]: (512, 1536)
>

You might find my very first PR to scikit-image useful: =)

In [5]: im3d = io.concatenate_images(coll)

In [6]: im3d.shape
Out[6]: (21, 512, 1536)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20130429/843e3931/attachment.html>


More information about the scikit-image mailing list